Would like to use Tab Panel Magic on a site with a slideshow using jquery. Any issues you know of between these tools? (also use PMM2 on most sites but don't figure there are issues between them).
Tab Panel Magic - does it interfere w/jquery?
(3 posts) (3 voices)-
Posted 9 years ago
-
I am doing it, kind of. I have a jquery slideshow installed on this site, but using it on the home page only.
http://www.premierindustrial.net
I'm using TPM on some sub pages that i just realized are still calling the slideshow jquery code (it's hardcoded into the DWT . . maybe i should look into that) so at least the code isn't interfering, but can't speak whether to 2 will co-exist on the same page.
Posted 9 years ago -
LOL, I have never seen that before :-)
jQuery is well-written. PVII scripts are very well-written. Many jQuery plugins are not well-written. Most jQuery users shouldn't be using jQuery until they have an intermediate understanding of how JavaScript works.
You have 2 multiple instances of jQuery linked to your page, being fed from Google. This is not the cause of your problem, though you should fix that.
You have a problem in IE (at least IE9) with a click to any UL LI link causing the page to dim out. This is do to common problems with jQuery and other library-based plugins fixing IE when it doesn't need to be fixed.
Try removing this script:
<script type="text/javascript">
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</script>Posted 9 years ago
Reply
You must log in to post.