pupunzi / jquery.mb.vimeo_player

A jQuery plug-in to play any Vimeo video as background of your page
https://pupunzi.com/mb.components/mb.vimeo_player/demo/index.html
59 stars 30 forks source link

jQuery.browser is undefined #10

Closed inorbita closed 6 years ago

inorbita commented 6 years ago

Hi,

I receive this error and the script won't work. I found jQuery.browser has been deprecated since jQuery 1.9, do you plan on updating the code?

Edit: I'm using jQuery 1.12.4 (Wordpress)

pupunzi commented 6 years ago

Hi, The vimeo_player plug-in uses a redefined jQuery.browser function (jquery.mb.browser.min.js) and it work fine with the latest jQuery framework. You're probably using the "jquery.mb.vimeo_player.src.js" file instead of the "jquery.mb.vimeo_player.js" you can find in the "dist" folder; this one contains all the required javascript included the jquery.mb.browser.js.

inorbita commented 6 years ago

Ah it works, thanks a lot! I was indeed using the src version.