jquery設置css,animate設置多個屬性

$("p").css("color","red");
$("p").css({
  "font-size":"8px",
  "background-color":"#8888888"
});

$("div").animate({"width":"200px"});
$("div").animate({  "width":"200px",  "height":"300px"});
相關文章
相關標籤/搜索