FoxyCart / foxyshop

FoxyShop - WordPress plugin for FoxyCart
GNU General Public License v2.0
10 stars 8 forks source link

Replace jQuery deprecated live() with on() #50

Closed rijarobinson closed 3 years ago

rijarobinson commented 4 years ago

Live() is deprecated as of jQuery 1.9 and FoxyShop uses 1.11. Error for live() is causing Orders to malfunction.

Example of problematic code in orders.php: $("#foxyshop_searchform button").live("click", function() {

Change this to: $("#foxyshop_searchform").on("click", " button", function() {

Look for other instances to replace.

rijarobinson commented 4 years ago

Internal Foxy note: Notify to tickets linked to this issue.

ndvo commented 4 years ago

I'm on it

ndvo commented 3 years ago

Merge pull request #49 from FoxyCart/wp-5.5 closes this issue https://github.com/FoxyCart/foxyshop/commit/c46a019701ae1eb557e18305d431756db8efb581