You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
outerHeight and outerWidth have changed the way they are used from jQuery 1.8. The current calls return an Object instead the real value. All calls to this methods should be:
outerHeight(false)
outerWidth(false)
The text was updated successfully, but these errors were encountered:
outerHeight and outerWidth have changed the way they are used from jQuery 1.8. The current calls return an Object instead the real value. All calls to this methods should be:
outerHeight(false)
outerWidth(false)
The text was updated successfully, but these errors were encountered: