/    Sign up×
Community /Pin to ProfileBookmark

Multiple Jquery Versions in IE.. help?!?

Below is the head section of the page. It works in everything but IE, any ideas?

<script type=”text/javascript” src=”http://jqueryjs.googlecode.com/files/jquery-1.3.2.js”></script>
<script type=”text/javascript” src=”jquery-1.1.3.1.min.js”></script>
<script type=”text/javascript” src=”jquery.easing.min.js”></script>
<script type=”text/javascript” src=”jquery.lavalamp.min.js”></script>
<script src=”http://dev.jquery.com/view/tags/ui/latest/ui/effects.core.js”></script>
<script src=”http://dev.jquery.com/view/tags/ui/latest/ui/effects.slide.js”></script>
<script type=”text/javascript” src=”supersized.2.0.js”></script>
<script type=”text/javascript”>

$(function(){
$.fn.supersized.options = {

startwidth: 640,

startheight: 480,
vertical_center: 1,
slideshow: 1,
navigation: 0,
transition: 0, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
pause_hover: 0,
slide_counter: 0,
slide_captions: 0,
slide_interval: 6000

};
$(‘#supersize’).supersized();
});
</script>
<script type=”text/javascript”>
$(function() {
$(“#2”).lavaLamp({
fx: “backout”,
speed: 1000,
click: function(event, menuItem) {
return true;
}
});
});
</script>

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@FangSep 23.2010 — Try using the latest version (v1.4.2), not 2 jQuery versions[CODE]<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
[/CODE]
×

Success!

Help @bittiker spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...