luis-almeida / filtrify

Beautiful advanced tag filtering with HTML5 and jQuery
Other
642 stars 113 forks source link

compatibility with jQuery 1.10.1 #31

Open ertugrultas opened 11 years ago

ertugrultas commented 11 years ago

http://jquery.com/upgrade-guide/1.9/ with the version of jQuery 1.9 jquery.Broswer() is removed. Since filtrify using this method it does not work with this version or above. I have added a custom minified modernizr from http://modernizr.com/ and updated filtrify.js and filtrify.min.js to use navigator.userAgent instead of $.browser(). Also I have updated all example html pages to jQuery 1.10.1 and since filtrify.min.js requires modernizr script, I have added custom build to all example pages.

chrisallenmoore commented 10 years ago

The jquery-browser-plugin also fixes this.