I have tried the latest jQuery 3.0.0 with jQuery UI.
If i open a dialog i get the error “TypeError: f.getClientRects is not a function”.
3 thoughts on “jquery 3.0.0 breaks jqueryui dialog with error jf.getClientRects is not a function”
Comments are closed.
As the blog post mentioned, new compatible versions of UI and Mobile should be coming out soon. If you use jQuery UI with the jQuery Migrate plugin it should work fine.
And you’ve included jQuery Migrate 3.0.0 in your app?
https://code.jquery.com/jquery-migrate-3.0.0.min.js fixed it – i didn’t know that i need it in electron too 🙂 Thanks!