jquery基础
Posted 高中国流
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery基础相关的知识,希望对你有一定的参考价值。
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()
以上是关于jquery基础的主要内容,如果未能解决你的问题,请参考以下文章