摘要: <input id="666" type="button" >点击</input> <script type="text/javascript"> $(function(){ $("#666").unbind("mousedown").bind("mousedown", function (even 阅读全文
posted @ 2022-06-16 15:36 红尘沙漏 阅读(826) 评论(0) 推荐(0) 编辑
摘要: <input type="button" ondblclick="test()">点击</input> <script type="text/javascript"> function test(){ alert("双击事件!!!!!!!!"); } </script> 阅读全文
posted @ 2022-06-16 15:00 红尘沙漏 阅读(2116) 评论(0) 推荐(0) 编辑