Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Created October 16, 2009 20:00
Show Gist options
  • Save kevinvaldek/212032 to your computer and use it in GitHub Desktop.
Save kevinvaldek/212032 to your computer and use it in GitHub Desktop.
<div id="fellows" data-url="/fellows">
<!-- list of fellows -->
</div>
Element.implement({
reload: function() {
this.load(this.get('data-url'));
}
});
// perhaps in an onSuccess request callback
$('fellows').reload();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment