jQuery中bind函数用法
3 回答
月关宝盒
TA贡献1772条经验 获得超5个赞
$('#idName').click(function(event){
$(this).val();// 当然的元素,直接使用this即可。
//$(this)把this转化成jQuery对象
});
- 3 回答
- 0 关注
- 967 浏览
添加回答
举报
0/150
提交
取消