是啥意思啊
<script type="text/javascript">
//this指向button元素
$("button:eq(0)"). $("button:eq(0)").mousedown(function(e) {
alert('e.which: ' + e.which)
})(function(e) {
alert('e.which: ' + e.which)
})
</script>
啥意思
<script type="text/javascript">
//this指向button元素
$("button:eq(0)"). $("button:eq(0)").mousedown(function(e) {
alert('e.which: ' + e.which)
})(function(e) {
alert('e.which: ' + e.which)
})
</script>
啥意思
2018-03-05
举报