Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能会做一些事情,就像在 jquery 中单击与 php 中的条件相同,在许多情况下,我需要检测是否单击一个 div,如果单击不执行另一个函数,则看不到很多关于此的事情,我们知道最终是否有可能
有些像这样
if ($("#selecter").click(function(){});)
您可以了解元素上有哪些类型的事件,此链接可以帮助您: 如何了解分配给元素的哪些事件?