jquery为什么找不到方法?
1 回答
明月笑刀无情
TA贡献1828条经验 获得超4个赞
$(document).ready(function(){
$("input[type='button']").on('click',function(){
$("#div1").slideToggle("1000",function(){
//添加动画
});
}
});
});
- 1 回答
- 0 关注
- 399 浏览
添加回答
举报
0/150
提交
取消