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
Post a Comment