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()
相关文章
- 09-17python基础一之课后作业:编写登录接口
- 09-17Python基础学习(26)classmethod/staticmethod 装饰器 部分内置魔术方法
- 09-17【原创 Hadoop&Spark 动手实践 12】Spark MLLib 基础、应用与信用卡欺诈检测系统动手实践
- 09-17CMakeList 基础写法
- 09-17Python3基础-匿名函数
- 09-17python基础之递归,匿名,内置函数
- 09-17Python基础教程:r‘‘, b‘‘, u‘‘, f‘‘ 的含义
- 09-17QT软件开发之入门基础--1.6 字符串类介绍
- 09-17Matplotlib数据可视化基础
- 09-17JVM基础和调优(六)