首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

50 个jquery 美的用法

2012-09-19 
50 个jquery 好的用法http://www.gbin1.com/technology/jquery/50jquerycodesnippetsforbetterjavascript/

50 个jquery 好的用法
http://www.gbin1.com/technology/jquery/50jquerycodesnippetsforbetterjavascript/index.html

http://addyosmani.com/blog/50-jquery-snippets-for-developers/

How to Create A Nested Filter:
view plaincopy to clipboardprint?

    //a filter allows you to reduce the set of matched elements 
    //to those that match a given selector. In this case the query 
    //removes anything which doesn't (:not) have (:has) a child with 
    //class "selected" (.selected) 
    .filter(":not(:has(.selected))") 




热点排行