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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -