Skip to content

Instantly share code, notes, and snippets.

@darkwing
Forked from kevinvaldek/gist:212032
Created October 16, 2009 21:36
Show Gist options
  • Save darkwing/212087 to your computer and use it in GitHub Desktop.
Save darkwing/212087 to your computer and use it in GitHub Desktop.
<div id="fellows" data-url="/fellows">
<!-- list of fellows -->
</div>
Element.implement({
reload: function() {
var url = this.get('data-url');
if(url) this.load(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