摘要:
<input id="666" type="button" >点击</input> <script type="text/javascript"> $(function(){ $("#666").unbind("mousedown").bind("mousedown", function (even 阅读全文
摘要:
<input type="button" ondblclick="test()">点击</input> <script type="text/javascript"> function test(){ alert("双击事件!!!!!!!!"); } </script> 阅读全文