/ Published in: Other
Expand |
Embed | Plain Text
$(document).ready(function(){ $("a").click(function(event){ alert("Thanks for visiting!"); }); });
You need to login to post a comment.
$(document).ready(function(){ $("a").click(function(event){ alert("Thanks for visiting!"); }); });
You need to login to post a comment.