You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use selectnav , the ( label ) show in select but not be selected in first load index page ( homepage ) but the selected link is the first link after ( label ) ?
Hi, sorry for very late reponse, I was unable to take care over the project during last few months. Could you confirm me that you still have this problem. If yes i'll be glad to help
hiii,
when use selectnav , the ( label ) show in select but not be selected in first load index page ( homepage ) but the selected link is the first link after ( label ) ?
the select menu show in code that :
you will see the class ( selected ) in Home link , not label link
my custom js using for selectnav :
jQuery(document).ready(function () {
selectnav('nav', {
label: '- Navigation Menu - ',
nested: true,
indent: '-'
});
});
my ul list structure example that :
The text was updated successfully, but these errors were encountered: