How to use jquery code in Internet Explorer?

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/03 9:38 UTC
Read the original article Hit count: 143

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 Explorer. My url to my website: http://katieduck.com/Courses/Improvisation%20Winter%20Course%20Dartington.html Here is the code that is not working:

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

Maybe you can find out what is wrong.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about internet-explorer