Open laryn opened 1 year ago
If sites activate the newer jQuery library I think fivestar gives errors. We'll need to update accordingly.
Tips from @indigoxela on Zulip:
Here's a helper tool: https://github.com/jquery/jquery-migrate/ Include the dev version (unminified) on your testing site, and it will provide input as you test functionality. All in browser console.
Here's a helper tool: https://github.com/jquery/jquery-migrate/
Include the dev version (unminified) on your testing site, and it will provide input as you test functionality. All in browser console.
JQMIGRATE: jQuery.fn.andSelf() replaced by jQuery.fn.addBack()
If sites activate the newer jQuery library I think fivestar gives errors. We'll need to update accordingly.
Tips from @indigoxela on Zulip: