Wednesday, 15 April 2015

browser detection - jQuery.support that will pass IE10+ but not IE9-? -



browser detection - jQuery.support that will pass IE10+ but not IE9-? -

are there jquery.support options homecoming true on ie10 firefox , webkit browsers, homecoming false on ie9 , lower?

the jquery page alternative seems woefully out of date. http://api.jquery.com/jquery.support/

if has suggestions i'd open it. (using jquery 1.10)

if want browser version detection:

$.browser.msie $.browser.version

note in general bad idea, , should coding features available in whatever browser you're using. if have specific reason, utilize these.

jquery browser-detection jquery-1.10

No comments:

Post a Comment