代码改变世界

随笔档案-2012年7月19日

jQuery Selectors列表

2012-07-19 14:46 by java20130722, 111 阅读, 收藏,
摘要: SelectorExampleSelects*$("*")All elements#id$("#lastname")The element with id=lastname.class$(".intro")All elements with class="intro"element$("p")All p elements.class.class$(".intro.demo")All elements with the classes "intro" and 阅读全文