sebnitu / HorizontalNav

A jQuery plugin that spans a horizontal navigation to fit the full width of it's container.
MIT License
277 stars 43 forks source link

jQuery.browser Removed in jQuery 1.9 #14

Open ashhitch opened 11 years ago

ashhitch commented 11 years ago

jQuery.browser has been removed from the latest version of jQuery (1.9) and is causing the plugin to fail without using https://github.com/jquery/jquery-migrate

long term I guess modernizr will have to be used, to check the browser.

sebnitu commented 11 years ago

Oh yeah, that's right. Thanks for bringing this to my attention.

ghost commented 9 years ago

Hello! Please, add compatibility with jQuery 1.11 Thanks for the great plugin! ;)