SyntaxFix
Write A Post
Hire A Developer
Questions
$(document).ready(function() { $('.popup').click(function(event) { window.open($(this).attr("href"), "popupWindow", "width=600,height=600,scrollbars=yes"); }); });