Posts in category

jQuery


Returns true if the current user agent is a version of Microsoft's Internet Explorer. Supports all versions of IE, including IE 11. $.browser.msie; Returns true if the current user agent is a version of a WebKit browser (Safari, Chrome, and Opera 15+) $.browser.webkit; Returns true if the current user agent ...