JQuery使用积累
http://blog.chinaunix.net/space.php?uid=21153026&do=blog&cuid=2041189
$(".backgroundDiv").css({"opacity":"0.5"}).fadeIn('normal'); var divWidth = $(".info").width(); var divHeight = $(".info").height();
-----------------------------
var params={ width: "toggle", //"100px",150 height:"toggle",//"100px",150 opacity: "toggle"//show,hidden }; $("#testDiv1").animate(params,"slow",function(){ $("#testDiv1").animate(params,"slow",function(){ //alert("动画结束."); }); });
------------------------------
相关推荐
tztzyzyz 2020-07-05
87281248 2020-07-04
tztzyzyz 2020-05-31
81463166 2020-05-17
81463166 2020-05-16
donghongbz 2020-05-15
89510194 2020-05-15
donghongbz 2020-05-15
88284453 2020-05-09
GDYG 2020-05-04
88570299 2020-05-12
89510194 2020-05-07
tthappyer 2020-05-04
80437916 2020-05-03
牵手白首 2020-04-29
80437916 2020-04-25
89463661 2020-04-25
83510998 2020-04-21
89463661 2020-04-19