jonghwihwang / jquery-swip

Automatically exported from code.google.com/p/jquery-swip
0 stars 0 forks source link

jQuery.browser() method removed from jQuery 1.9 #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Script causes error when used with jQuery 1.9.

Hope you're still maintaining this, it's a nice plugin!

Original issue reported on code.google.com by dal...@madebyraygun.com on 19 Feb 2013 at 8:50

GoogleCodeExporter commented 8 years ago
This is still an issue, however can be rectified by adding JQuery Migrate to 
the project to support older JQuery.

<script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>

Put that UNDER your existing JQuery script tags.

Original comment by timberma...@googlemail.com on 31 Oct 2014 at 3:54