/ Published in: jQuery
Expand |
Embed | Plain Text
$(function(){ $(‘#target’).one(‘click’,function(event) { alert(‘Hello!’); }); });
You need to login to post a comment.
$(function(){ $(‘#target’).one(‘click’,function(event) { alert(‘Hello!’); }); });
You need to login to post a comment.