/ Published in: JavaScript
Expand |
Embed | Plain Text
$('.button').click(function() { alert('Button has been clicked'); });
You need to login to post a comment.
paul0078 on 04/15/12
javascript toggle jquery click
1 person have marked this snippet as a favorite
$('.button').click(function() { alert('Button has been clicked'); });
You need to login to post a comment.