How to use jquery code in internet explore?

Posted by ilariah on Stack Overflow See other posts from Stack Overflow or by ilariah
Published on 2010-05-02T19:13:06Z Indexed on 2010/05/02 19:17 UTC
Read the original article Hit count: 101

Filed under:

I put some jquery in my website that makes the text move to the right when the page changes. It works in firefox and safari but it doesn't work in internet explore. My url to my website: http://katieduck.com/Courses/Improvisation%20Winter%20Course%20Dartington.html Here is the code that is nnot working:

$(document).ready(function() { $('#tabvanilla > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } }); $('#featuredvid > ul').tabs(); });

Maybe you can find out what is wrong

thanks, Ilaria

© Stack Overflow or respective owner

Related posts about jQuery