I want to be able to access the dynamic content on the Menu page from every other page on the website but with the code below, it doesn’t even leave the current page when clicked on. I’d like it to display the exact content that was clicked on. The contents to be displayed are all on the menu page. The URL is http://www.pizza.siteripe.com/menu.html I can’t tell what the problem is.
<script type='text/javascript'>
$(document).ready(function() {
jcps.fader(300, '#switcher-panel');
});
</script>
You’ll need to redirect somehow and show the content:
Then on the
menu.htmlpage:I wrote this from memory so don’t expect it to work. But you might get lucky.