# jquery

选择器(selectors)整理记录

$("*"),表示获取所有的对象$("#element")等同于document.getElementById("element");$(".abc")表示获得HTML中所有使用了abc这个样式...

unicac 学习分享 2012-06-06
J

JQ两种方式添加CSS

第一种方式.css({"font-weight":"bold","font-size":"20px"});第二种方...

unicac 学习分享 2012-03-31