I am designing a website and am using jQuery lightbox 0.5.
On the equipment pages I am using lightbox as a gallery. Everything works on a computer but on an iPad/iPod the Prev/Next buttons do not show up.
I know that it uses a jQuery routine to display them on :mouseover
but there is no mouse on these devices. Tapping on the correct side of the button does work, but I'd like the buttons to be there too.
code:
<script type="text/javascript">
$(function() {
$('a.StockNumber').lightBox();
});
</script>
Where StockNumber
is the stocknumber of the unit.