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.
给定一个简单的节点,我想处理节点上的点击事件。
例如,当您单击页面http://www.graphdracula.net/上的“cherry”时,应该会弹出一个警报。
ps:需要新标签“dracula”,但我没有足够的声誉来创建它......
你不能简单地做
$("#cherryID").live('click',function(){ //code here });