11 2009 档案

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) 编辑

清楚浏览器缓存
摘要:IE : Ctrl+F5Firefox   windows: Ctrl+Shift+R  MacOs: Cmd+Shift+RSafari Alt+Cmd+E 阅读全文

posted @ 2009-11-09 10:23 leegool 阅读(206) 评论(0) 推荐(0) 编辑

导航