Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created a website(HTML,JAVA SCRIPT, J QUERY, CSS) now i want a navigation bar..

Suppose i'm in the home page,then i have clicked on contact us page

at that moment i want a navigation should come just under the MENU BAR like

HOME > Contact Us

then if i clicked on the enquiry page then it should get changed automatically to

Home > Contact Us > Enquiry


How can i do this ??? please help me i'm in a big trouble..
Posted
Comments
Mohibur Rashid 28-Aug-14 20:09pm    
Do you know anything about anchor tag? its <a>link</a>
ChauhanAjay 28-Aug-14 23:51pm    
Just go through this link
http://www.jqueryscript.net/menu/jQuery-Plugin-For-Responsive-Breadcrumbs-rCrumbs.html
may be it helps

the thing you are looking for is called the breadcrumbs
have a look on then or use Google for more.

http://www.tutorialspoint.com/bootstrap/bootstrap_breadcrumb.htm[^]
http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-breadcrumbs.php[^]

o yes one thing is important to let you know, don't try to make dynamic ones.
make individual breadcrumbs for individual pages.
 
Share this answer
 
jij
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900