Hi,
trying to include infragistics.js in my set of scripts i get an error on runtime loading the script.
...
$.browser.msie&&parseInt($.browser.version,10)===7;
Here the $.browser is null.
Thanks in advance &
Best regards
hi Ibrahim,
Most probably you are using jQuery 1.9 - http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/
That version does not suppor $.browser any more. "jQuery 1.9 and 2.0 have the same API. Several deprecated features such as $.browser have been removed from both versions. It’s all laid out in the jQuery 1.9 upgrade guide."
$.browser
Unfortunately, we are not ready yet to support the latest jQuery version.
The only solution that I can propose to you, is to use a lower version of jQuery.
regards
Lyubo