jquery - nav breaks when clicking on social icons -


i unable figure out how write script when click on list element either #facebook or #twitter id not anything. if click on of other items in nav list script runs normal.

here link can see talking about. www.travismichael.net/satori-website

when view site see when click on social icons in nav home link disappears , active status goes away in rest of list items in nav.

any great thank you:)

you referring relative path in links. use http:// protocol , should fixed.

like this:

<li id="facebook"><a id="facebook-icon" class="home-color pull-left" href="http://www.twitter.com" target="blank">facebook</a></li> <li id="twitter"><a id="twitter-icon" class="home-color pull-right" href="http://www.facebook.com" target="blank">twitter</a></li> 

Comments