Hi to all!
In my blog (www.artedelweb.it) i have added a jQuery menu.. with Firefox it's ok, but with IE the jQuery Framework doesn't work..
I think the problem is in the header.. can anybody help me? :) Thanks
(Sorry for my bad english ^^)
Hi to all!
In my blog (www.artedelweb.it) i have added a jQuery menu.. with Firefox it's ok, but with IE the jQuery Framework doesn't work..
I think the problem is in the header.. can anybody help me? :) Thanks
(Sorry for my bad english ^^)
Hi
For starters, when I look at View Source for your page in IE, I see this in the <head>
`<script type="text/javascript" src="http://www.artedelweb.it/js/jquery-1.3.1.min.js"></script>
<script type="text/javascript" src="http://www.artedelweb.it/js/slide.js"></script>
<script type="text/javascript" src="http://www.artedelweb.it/js/menu.js"></script>
<script type="text/javascript" src="http://www.artedelweb.it/js/jquery-1.3.1.min.js"></script>'
First, jquery is being loaded twice.
Second, this is not the recommended way to load jQuery in WP.
See this article:
http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/
You must log in to post.