日期:2014-05-16 浏览次数:20428 次
<div id='test' style="height: 100px; width: 100px; background-color: Purple;">
</div>
<input id="Button3" type="button" value="测试按钮" onclick="forTest();" />
function forTest() {
$('#test').animate({ left: "100", width: "13", opacity: "0.5", height: "199", fontSize: "67" }, "3000", null);
}