Created
April 5, 2013 10:38
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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