backdrop-contrib / fivestar

Enables fivestar ratings on content, users, etc.
GNU General Public License v2.0
4 stars 2 forks source link

jQuery calls need updating for newer jQuery #18

Open laryn opened 1 year ago

laryn commented 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.

laryn commented 1 year ago

JQMIGRATE: jQuery.fn.andSelf() replaced by jQuery.fn.addBack()