jQuery Custom Selector JQuery自定义选择器
摘要:
什么是JQuery的选择器呢,详见JQuery中的Selector: http://docs.jquery.com/Selectors比如 $("div:contains('John')").css("text-decoration", "underline");的contains选择器等等JQuery自定义选择器的基本语法:$.expr[':'].test = function(obj, ind... 阅读全文
posted @ 2009-11-22 11:24 leegool 阅读(3249) 评论(0) 推荐(2) 编辑