Skip to content

Instantly share code, notes, and snippets.

@faebser
Created April 5, 2013 10:38
Show Gist options
  • Save faebser/5318322 to your computer and use it in GitHub Desktop.
Save faebser/5318322 to your computer and use it in GitHub Desktop.
bxslider: a href for element. Only works if the slider has no click-handler added for element.
<ul class="bxslider">
<li><a href="bla">"<img src="/images/pic1.jpg" /></a></li>
<li><a href="blo"><img src="/images/pic2.jpg" /></a></li>
<li><a href="blub"><img src="/images/pic3.jpg" /></a></li>
<li><a href="foo"><img src="/images/pic4.jpg" /></a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment