show() hide() toggle()
fadeIn() fadeOut() fadeToggle() fadeTo()
slideUp() slideDown() slideToggle() animate({paras | left:'250px'},speed,callback)
stop()
css("color","red")
text() 设置或返回所选元素的文本内容
html() 设置或返回所选元素的内容(包括 HTML 标记)
val() 设置或返回表单字段的值 input
attr() 获取属性 attr("href") attr("href","http://www.runoob.com/jquery") //www.baidu.com
append() prepend() after() befor()
remove() empty()
addClass() removeClass() toggleClass() css()
width() height() innerWidth() outerWidth()
parent() parents() parentsUntil()
children() find()
siblings() next() nextAll() nextAllUntil() prev() prevAll() prevUntil()
first() last() eq() filter() not()