Skip to content

Instantly share code, notes, and snippets.

@battlejj
Created April 22, 2012 01:06
Show Gist options
  • Save battlejj/2440635 to your computer and use it in GitHub Desktop.
Save battlejj/2440635 to your computer and use it in GitHub Desktop.
Simple jQuery Plugin for Popping Hidden Content Sample Code
//Pop a hidden div
$('#myDiv').popup();
//close a popped div
$('#myDiv').popup('close');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment