javascript - Bootstrap menu links not clickable -


i'm using bootstrap theme, , kind of edited needs. internal links (on same page) working, external links not clickable left mouse button. when right click , open link in different tab work. have no clue on did wrong, have not massively destroyed code, edited needs(link).

<li><a href="#body">home</a></li> <li><a href="#info">information</a></li> <li><a href="#server">server</a></li> <li><a href="#packages">packages</a></li> <li><a href="//xxxxx">forum</a></li> <li><a href="//xxxxx/">donate</a></li> 

the links # infront of them work externals not.

anyone has idea on how fix this?

as using singlepagenav() function need add external class external link.

updated html

<li><a href="#body" class="current">home</a></li> <li><a href="#info" class="">information</a></li> <li><a href="#server" class="">server</a></li> <li><a href="#packages" class="">packages</a></li> <li><a href="http://forum.lvcnr.org/forum.php" class="external">forum</a></li> <li><a href="http://donate.lvcnr.org/" class="external">donate</a></li> 

hope work.

for more info here example of same single-page-nav plugin.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -