Check for IE compatibility jquery -
to check if user using ie should work :
if( $.browser.msie) alert('in ie'); is applicable versions of ie ?
depends on version of jquery you're using, $.browser deprecated. should read api fore more informations. use $.support test browser comptability.
Comments
Post a Comment