Title: my little contribution Post by: crosemffet on April 08, 2013, 01:15:52 PM I've found a mistake in source code,
I'm using minimized version, so in this minimized version, in line 2072 code is:if($.browser.msie){ the right code must be: if(!$.support.boxModel&&$.browser.msie){ I've check the modification. hope this helps for future release, regards, Title: Re: my little contribution Post by: stworthy on April 08, 2013, 05:19:36 PM The code if($. browser.msie) is correct. It only detect the browser type, the box model information is not required. In next version(1.3.3) this code will be removed to let it works with jQuery 1.9.x.
|