Skip to content

Instantly share code, notes, and snippets.

@possibilities
Created May 27, 2012 18:54
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 possibilities/2815504 to your computer and use it in GitHub Desktop.
Save possibilities/2815504 to your computer and use it in GitHub Desktop.
$('#page').empty().append($(Meteor.ui.render(function() {
Meteor.defer(function() {
// Stuff you wanna do when this thing gets redrawn
});
return page();
})));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment