JQuery通过获取各个元素的标签,id,Class 来设置或获取值
The element Selector
$("p")
The #id Selector
The .Class Selector
JQuery 学习之一 Selectors
原文:http://www.cnblogs.com/richardwong1991/p/4077514.html