jquery - href img's not working with scrolling plugin -


i'm having issues getting these hyperlinks work, , can't seem figure out. i'm using bootstrap framework, , scrolling jquery plugin called onepagenav if wondering.

html:

<div class='icons pull-right'>      <a target='_blank' href='link'><img src='img' alt='twitter'></a>      <a target='_blank' href='link'><img src='img' alt='facebook'></a>      <a href='link'><img src='img' alt='mail'></a> </div> 

here plugin selector:

<script>         $('.nav, .icons').onepagenav({             currentclass: 'active',             changehash: true,             scrollspeed: 850         }); </script> 

i haven't altered author's source code @ all, can find on github here.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -