jquery - IE Conditionals for Javascript -


i running issues ie support dynamic opacity , scaling using jquery .animate(). change these specific lines ie has issues while still leaving them "original" way in chrome , firefox.

i have cam accross solution uses <!-- [if ie]> qrapped around <script> tag. problem want use line specific ie conditional in various places inside of .js file.

is there solution issue, or need create ie version of .js file?

you can use jquery make browser dependent check...

if ($.browser.msie) {    //ie } else {    //not ie } 

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 -