Skip to content

Instantly share code, notes, and snippets.

@ArunGupta25
Created June 14, 2012 18:59
Show Gist options
  • Save ArunGupta25/2932217 to your computer and use it in GitHub Desktop.
Save ArunGupta25/2932217 to your computer and use it in GitHub Desktop.
success: function(msg) {
var id = msg.id;
var url = '/share?id=' + id;
$('#share').html("<a class='iframe' href='/share?id="+id+"'>some stuff</a>");
fancybox().window.location.href=url;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment