Skip to content

Instantly share code, notes, and snippets.

@milin
Created August 16, 2011 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milin/1150413 to your computer and use it in GitHub Desktop.
Save milin/1150413 to your computer and use it in GitHub Desktop.
var internal_form = dijit.byId('internal-invite');
dojo.connect(internal_form, 'success', function(res){
dojo.place(unescape(res.result), internal_form.domNode, 'only');
$(document).bind('cbox_closed', function(){
location.reload();
});
});
$(".invite-popup").colorbox({height:"300px;", width:"600px;", inline:true, href:"#colorbox-form-internal"});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment