HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Broken with 2.2
in Feedback
Getting:
mediator.js?v=0.2.16:53 Uncaught TypeError: $(...).live is not a function
In my console after upgrading to Vanilla 2.2
0
Comments
Live query has been removed/deprecated. This is the offending line: https://github.com/swook/Mediator/blob/0f6d5ed7e60d22cf7c252944b0a10a8561714d63/mediator.js#L53
It needs to use the "on" style of delegation.
For reference: http://stackoverflow.com/questions/8752321/jquery-live-vs-on-method-for-adding-a-click-event-after-loading-dynamic-ht
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Hi, terrible plugin author here.
I'm sorry, I no longer use vanilla and do not get notifications from the forum...
I've fixed a few old issues including this one and I hope the plugin is usable now.
Please let me know if the new releases help with the issues.