soundcloud / soundcloud-custom-player

The SoundCloud custom javascript based player
http://soundcloud.com
704 stars 231 forks source link

jquery 1.9 and $.browser #57

Open kosmosjamaa opened 11 years ago

kosmosjamaa commented 11 years ago

$.browser removed in1.9, http://api.jquery.com/jQuery.browser/

So player breaks in FF

sc-player.js (line 174) TypeError: $.browser is undefined if ($.browser.msie) {

LennyDiggelen commented 11 years ago

You could work around in modernizr though. It is adviced by jQuery itself! You can fix it however to add the folling jquery sciprt (by jquery) to your code untill there is a fix!

http://code.jquery.com/jquery-migrate-1.0.0.js Just insert it after your jQuery 1.9.

I hope this will be solved soon! Love the plugin!