I’m looking at this site slideone and whenever you click on a link it loads the contents in the same container/div/whatever they are using. I was wondering if I could get something like this on my site but I don’t know how to go about doing this. Any help?
Share
It’s a mix of hiding and showing content. When you interact with a link that loads another section, the following happens:
EDIT
Here is great link to get you started on how to do something like this really easily
EDIT 2:
Here is the jist of the jQuery work:
I’ve created a fiddle for you to show how the basics of this would work. Here is the fiddle example I’ve built