Closed awshout closed 10 years ago
There's more to it than this. I've tried this fix against qs1.3 & jq1.9.1 with no luck in any browser.
There definitely could be more to it, but I'm not experiencing any problems with quicksand 1.3 and jquery 1.9.1 after these changes. Can you link to a site or code for debugging? I'd be glad to take a look.
This is probably not ideal since we should be feature detecting, not browser detecting. However, this patch works for me.
@rarneson Yeah, I agree with that.
Works for me. Thanks
jQuery 1.9 stops using jQuery.browser http://stackoverflow.com/questions/14366322/error-jquery-ui-draggable-cannot-read-property-msie
and quicksand definitely not working on Chrome. I got this error in console:
Error: Uncaught TypeError: Cannot read property 'msie' of undefined.
Works well, thank you!
thanks :D
Merged in (and combined with other pull request that uses feature detection instead of browser detection). Thanks!
jQuery 1.9 no longer supports .browser