Hi!
So I've developed 90% of a pretty large site with jquery/ui, and never tested it in anything but Firefox. I know, stupid move, but this is my first site since 1998...
It seems like IE 7 & 8, and Safari just don't render jquery at all.
- <link rel="stylesheet" href="scripts/css/redmond/jquery-ui-1.7.2.custom.css" type="text/css">
- <script type="text/javascript" src="scripts/jquery-1.4.1.min.js"></script>
- <script type="text/javascript" src="scripts/jquery-ui-1.7.2.custom.min.js"></script>
- <script type="text/javascript" src="scripts/ui/ui.tabs.js"></script>
everything works FLAWLESS in Firefox. the site also passed w3 validator. I googled quite a bit, and searched this forum, but it couldn't find any fixes. I'm hoping (as usual) you guys can help. thanks so much!
p.s. the code above is in my header.