I have structure in which li has an image which is surronded by an a tag, upon slide item is clicked how can i prevent that
<div class="carousel" id="scrolling">
<ul>
<li>
<div class="product-thumbnail">
<a href="deal-x5"><img src="270.png"></a>
</div>
</li>
<ul>
</div>