jQuery reel breaks when running using jQuery 1.7 (and up).
Giving the following error :
Object doesn’t support this action Line 3175 (jQuery 1.7 non minified)
Seems to work fine on other browsers (tested on Chrome/FF/Safari).
Any ideas how to solve this ?
I changed the line 3175 of jQuery 1.7.1 to “try{ elem[ type ](); }catch(e){}”. Now everything is OK. You can try it