Skip to content

Instantly share code, notes, and snippets.

@julesbou
Created March 11, 2016 17:26
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 julesbou/6616f0c0f99510df1ec2 to your computer and use it in GitHub Desktop.
Save julesbou/6616f0c0f99510df1ec2 to your computer and use it in GitHub Desktop.
Backbone.View.extend({
initialize: function() {
// obviously .foo element do not yet exists because view is not rendered
// this line will throw an error
this.$(‘.foo’).text(‘foo-bar-baz’);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment