I'm not a coder and I need a simple solution to adding a hyperlink in an html document to jQuery images ..
the following does not work so I guess it's more complex that the following ...
<div class="slider-wrapper">
<div class="slider">
<ul class="items">
<li> <a href="http://url/index.php"><img src="images/slider-img-name.jpg" alt="name" /></a>
</li>
Is there an easy way to make this work?
This should work, you just need to add as many links as you want but bear in mind that for each img you must have a corresponding link, otherwise the code will fail