Forum Moderators: open
I am using JQuery.
I would like to do this:
If a user clicks a link, a specific div slides up and then the page goes to a new url, old school style, no AJAX, so the address bar changes from say index.htm to about.htm.
Can it be done old school style.
I've tried a few things like onClick and with AJAX but it's not really what I'd like.
Any ideas you can think would be appreciated!
Thanks!
When a user clicks on a navigation item, the content div slides up as if it is closing and then goes to the url of the item that was clicked. Then when the new page loads, that content div slides down and displays the new content.
Is that better?