Created
June 14, 2012 18:59
-
-
Save ArunGupta25/2932217 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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