Join Slack
Powered by
Also, I would expect going from 3.2.x to 3.4.x wou...
# suitescript
s
scottvonduhn
10/29/2019, 8:46 PM
Also, I would expect going from 3.2.x to 3.4.x wouldn't break anything, but I don't know how jQuery does their versioning.
m
michoel
10/29/2019, 9:24 PM
I had a hack in place 🙈 that used
$(window).load
and with the jQuery update that broke and I needed to change to
$(window).on("load", ....
michoel
10/29/2019, 9:30 PM
Actually, googling that, it looks like it was removed in jQuery 3.0 so at least the message page used an older version then that prior to 2019.2
michoel
10/29/2019, 9:30 PM
https://api.jquery.com/load-event/
Open in Slack
Previous
Next