Skip to content

Instantly share code, notes, and snippets.

@orenmizr
Created September 26, 2012 00:30
Show Gist options
  • Save orenmizr/3785287 to your computer and use it in GitHub Desktop.
Save orenmizr/3785287 to your computer and use it in GitHub Desktop.
$( "#create-user" )
.button()
.click(function() {
$( "#dialog-form" ).dialog( "open" );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment