I need to detect not only the browser type but version as well using jquery. mostly I need to find out if it is ie 8 or not. thank you
I am not sure if i am doing it correctly
if I do :
if (jQuery.browser.version >= 8.0) { dosomething}
I am not sure it will work for version 8.123.45.6 or will it?