nswilhelm / jquery-map-trifecta

Combines RWD Image Maps, Maphilight, and Zoom into 1 solution. Optional table integration.
MIT License
20 stars 14 forks source link

jQuery 3 problem #8

Open shimbala opened 4 years ago

shimbala commented 4 years ago

Hi, your fiddle example isn't working with jQuery 3.4.1. Is there a workaround?

Cheers, Erik

shimbala commented 4 years ago

Hi, i find solution: https://api.jquery.com/size/

deepb1t commented 4 years ago

If you want to use jquery 3.5.x you must to change jquery.map-trifecta.js (line 35) change this: $('<img />').load(function () { for this: $('<img />').on('load', function () {