-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
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
jquery events vs. js/dom events #705
Comments
Which version of rivets are you using? |
I am at 0.9.3 |
Could you try updating to |
With 9.6.3 I get this error in the console: Now, I have to make sure jquery is loaded before rivets in any case. |
@erdalkaraca AFAIR I have encountered similiar problem, may the 0.9.6 fix that with a33ce65? |
I have a custom binder that uses jquery on(...) events binding.
The binder works as expected in Opera but fails in other browsers.
First, I thought this might be a browser caching problem. but then I debugged the rivets sources to observe that rivets checks whether jquery is available or not and hence decides for either jquery events or js/dom events.
To make it short: I had to make sure that jquery was loaded before rivetsjs (via RequireJS).
Is this a known issue? Is there a hint to be aware of this scenario?
The text was updated successfully, but these errors were encountered: