Possible duplicate:
jQuery last $ .browser
An error occurred with jQuery 1.9 and $ .browser; It returns 'undefined' for any $ .browser; function. What have I done wrong?
TypeError: 'undefined' is not an object (evaluation "$ .browser.msie")
I am using the following code:
setTimeout(function(){if($.browser.msie){$('.ovy').animate({top:"0"},ct);
source
share