kumailht / flakes

Flakes is an Admin Template Framework. A combination of CSS Libraries, JavaScript Libraries and Design files that help you build business tools very quickly.
http://getflakes.com
MIT License
1.82k stars 83 forks source link

Frame & Navigation #38

Closed iCristiano closed 8 years ago

iCristiano commented 9 years ago

Hi there, I'm sorry about my probably silly question...

On the navigation example you have a menu with 'li' list link items in a 'div' .view-wrap to the main content, right? My question is: How to hide the content not selected? Is there some specific id or class to use in each content tab to interact with some jquery and show just the selected content and hide others?

Thanks!

kumailht commented 9 years ago

@iCristiano Can you post the code excerpt you are referring to? I am having trouble finding it myself.

iCristiano commented 9 years ago

http://getflakes.com/preview/frame-and-navigation.html

kumailht commented 9 years ago

Alright, I think I see what you're trying to ask.

You want to know if the .view-wrap div gets replaced based on the navigation change, correct? The answer is that is doesn't. There is no AJAX based show/hide happening.

Every click on the navigation takes you to a different page on your website.

Hope that answers your question, if not, I can clarify.

iCristiano commented 9 years ago

Ah ok, no problem.