Skip to content

Instantly share code, notes, and snippets.

@mistersourcerer
Created May 12, 2010 18:58
Show Gist options
  • Save mistersourcerer/398994 to your computer and use it in GitHub Desktop.
Save mistersourcerer/398994 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("#link_to_worksforme_jquery").click(function()
{
window.open('http://worksforme.com.br', 'poopup',
'toolbar=no, width=300, height=300, statusbar=no');
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment