Created
December 23, 2010 11:48
-
-
Save ignacy/752871 to your computer and use it in GitHub Desktop.
loadandlive
This file contains 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
$("#section_to_refresh").load(url+' #section_to_refresh>*','', function () { | |
$(".items_with_events").click(function() { | |
doStuff(); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment