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
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
Last edited by jscheuer1; 04-18-2013 at 03:39 PM. Reason: Again Jquery Problem, format
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:
which doesn't exist. I took out/changed things to take care of all that, this looks like it works:Code:<script type="text/javascript"> $(function(){ SyntaxHighlighter.all(); }); $(window).load(function(){ $('.flexslider').flexslider({ animation: "slide", start: function(slider){ $('body').removeClass('loading'); } }); }); </script>
sliderie8.zip
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
round (04-23-2013)
Thank you very very much Jscheuer1.
You are awesome. You are the Father Of Jqueryhahaha
You are the truly valuable asset of DynamicDrive.com
Thanks
Kaushal
Bookmarks