首页 > Web开发 > 详细

cool jQuery tips

时间:2015-06-23 23:01:06      阅读:265      评论:0      收藏:0      [点我收藏+]

$().slideToggle("slow/fast") //move the object

$().animate({,}) //cool animation tool function

$().stop()

$().hide(100,callback)  //attribute to start after hide finish

$().slideUp().slideDown()  //connect various function to one object

text(),html(),val(),attr("href")  //attribute of object

$().find()  //find children... ...

$("div p").first()  //find first p in div

$().load()  //load outer file

$.get(url,callback)  //url:address  callback :(data status)

$.post(url,data,callback)  //data:send to server  callback:same as get

$.noConflict()  //jQuery to substitute $

cool jQuery tips

原文:http://www.cnblogs.com/xiaoshan-coding/p/4596469.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!