Hi there
So far not much of a javaprogrammer so canīt the following to work, and hope you can help me.
Iīm trying to run these 2 scripts at all times on this single page website www.openeye-design.no
Code JavaScript:<script type='text/javascript'> $(document).ready(function() { jcps.fader(300, '#switcher-panel'); }); </script> <script type='text/javascript'> $(document).ready(function(){ $("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 8000, false); }); </script>
Works fine on pageload, but when navigating to another panel and back to the Welcome-page where the contentslider (#featured) is, the last script isnīt running. How can this be achieved?
I was thinking in line of an ONCHANGE og ONCLICK (clicking on the "WELCOME" menu item will activate my slider script.
Really appreciate all your help



Reply With Quote





Bookmarks