andrewlee_foo
New Member
I am using a JQuery file < 1.9.1 and $.browser when utilized is showing undefined. When I call $ in the console I get:\[code\]function (e,t){return new b.fn.init(e,t,r)}\[/code\]My header linking looks like this:\[code\]<script type="text/javascript" src="http://stackoverflow.com/questions/15529988/jquery.js" ></script><script type="text/javascript" src="http://stackoverflow.com/questions/15529988/mobile.js"></script>\[/code\]Inside of my mobile.js looks like this:\[code\]jQuery(document).ready(function(){console.log('works'); });\[/code\]Now when I put $.browser or jQuery.browser in the Google Chrome console window I always get undefined. Do you know why this would happen? Any solutions?