码迷,mamicode.com
首页 > Web开发 > 详细

jquery基础

时间:2016-12-29 19:37:17      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:http   remove   href   rem   animate   www   lte   html   out   

   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基础

标签:http   remove   href   rem   animate   www   lte   html   out   

原文地址:http://www.cnblogs.com/lfqcode/p/6234012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!