We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These lines should be equivalent in Backbone:
this.$('.share-embed'); $('.share-embed', this.el);
But the this.$ form fails with https://gist.github.com/1134286
this.$
The text was updated successfully, but these errors were encountered:
this works in my fork
the recommended way it to use the this.$el cached jquery element tho.
this.$el
Sorry, something went wrong.
@Vertice - is there a patch/pull request for this?
i can make one, but there's a whole bunch of changes (new underscore, new backbone, new jquery) that kind of build on each other.
Successfully merging a pull request may close this issue.
These lines should be equivalent in Backbone:
But the
this.$
form fails with https://gist.github.com/1134286The text was updated successfully, but these errors were encountered: