Closed Digitaledgestudios closed 12 years ago
$.boxModel always returns undefined in jquery 1.8. You could use $.support.boxModel, but that check is also depricated (but still works)
That was fast! But you probably need to update the 2 references to jQuery.boxModel also (sorry, should have mentioned those earlier)
Thanks for catching that. Fixed again.
Great stuff!
$.boxModel always returns undefined in jquery 1.8. You could use $.support.boxModel, but that check is also depricated (but still works)