Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created September 15, 2011 19:17
Show Gist options
  • Save renepardon/1220193 to your computer and use it in GitHub Desktop.
Save renepardon/1220193 to your computer and use it in GitHub Desktop.
if (_data.dialog.uri) {
// Open dialog with and load content stored at uri.
$('<div>').dialog($.extend(params, {
open: function ()
{
$(this).load(_data.dialog.uri);
}
}));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment