Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created April 3, 2015 00:22
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 linus-amg/a41a600bd2aa5046382b to your computer and use it in GitHub Desktop.
Save linus-amg/a41a600bd2aa5046382b to your computer and use it in GitHub Desktop.
$.load('/' + id, function(reseponseText) {
$('#main').html(responseText);
$('#main').trigger('create'); // (no recuerdo 100% si era asi esta linea suya.)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment