meetselva / attrchange

onattrchange listener
GNU General Public License v3.0
207 stars 57 forks source link

compatibility issue with jQuery UI (Combined Library) 1.11.3 #15

Closed Yustie closed 9 years ago

Yustie commented 9 years ago

Hi,

It seems that this plugin is not compatible with jQuery UI (Combined Library) 1.11.3. I get a run time error about resizable() in this line:

$(function () { $('#divSelector').attrchange({ callback: function (e) { BuildBox(); } }).resizable(); });

I dont remember the exact error message as I have rolled back to version 1.11.2. But If I look in the change log of the version 1.11.3: http://jqueryui.com/changelog/1.11.3/

I see the following:

Resizable Fixed: Correct width when grid approaches zero (#10590, 0a0db09) Fixed: Match on exact node name to support custom elements (#10748, 7ff9b28)

Could this be the cause of the run time error?

meetselva commented 9 years ago

Would you be able to post an example where I can look at this issue?

Yustie commented 9 years ago

Hi,

I just realized after updating to the latest version, I never updated the script include from: ..../jquery-ui-1.11.2.min.js to ..../jquery-ui-1.11.3.min.js. I just did and it seems to be working now.

I'm closing this issue for now, but if it happens again, I'll reopen a new one.

Sorry!