View Full Version : Jquery Issue In IE8
round
04-18-2013, 05:04 AM
Hello,
This is my site www. webfundu.com/jojji
Home page consisting of 3 sliders all are working in majority browsers including IE7 & 9 but not working in IE8
Can anyone please help?
Thanks
Kaushal
jscheuer1
04-18-2013, 04:20 PM
There's a lot going on with that page. There are too many instances of jQuery, only one should be used. There is also Prototype/Scriptaculous, so for IE 8, jQuery must run in noConflict mode for the entire page. And there's a function called:
<script type="text/javascript">
$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
which doesn't exist. I took out/changed things to take care of all that, this looks like it works:
5039
round
04-19-2013, 04:48 AM
Thank you very very much Jscheuer1.
You are awesome. You are the Father Of Jquery :) hahaha
You are the truly valuable asset of DynamicDrive.com :)
Thanks
Kaushal
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.