Hello,

I have I showroom with image thumbs and want to implement paging. I can't find any documentation of custom paging using jQuery (only table paging).

The showroom show thumbs and one mouseover it will create a zoom effect using the zoomi plugin.

Here is what my code looks like

<div class="showroom">
   <center>
           <a id="13" href="javascript:return false;">
<img class="zoomi" src="http://xxx/products/Dario werkbank.jpg" alt="http://xxx/products/Dario werkbank_big.jpg" />
           </a>
           <a id="14" href="javascript:return false;">
<img class="zoomi" src="http://xxx/products/Dario werkbank.jpg" alt="http://xxx/products/Dario werkbank_big.jpg" />
           </a>
           <a id="15" href="javascript:return false;">
<img class="zoomi" src="http://xxx/products/Dario werkbank.jpg" alt="http://xxx/products/Dario werkbank_big.jpg" />
           </a>
</div>

Thanks,
Ward

Reply via email to