html menu
how can we make dynamic navigation bar using html css and javascript as we make dynamic menus/navigationbar in asp.net framework
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
umair mohsinPosted Mar 20, 2015, 1:00 AM
Afzaal Ahmad ZeeshanPosted Mar 15, 2015, 10:01 AM
Using JavaScript, you will be able to append new elements (which can be menu items) and then depending on them, perform different actions. There are quite a bunch of libraries that you can use. I have used jQuery a lot, I have always loved it... You can also use jQuery to append new elements, to your menu (probably ol or ul).