I recently added jcarousel to my website and things are looking good so far.
Take a peek at how my site is currently set up: check it out!
What I'm aiming for now is a feature where if a user clicks on an image to enlarge, it will open in a new tab as a slider. Essentially, I want the enlarged image to trigger a slider in a new tab.
I'm not very experienced with this, so I'm a bit stuck on what steps to take next. Currently, all I've done is insert the code below for the enlarge image. Any advice on what I should do next?
<a href="javascript:enlarge()" class="enlarge">
<img src="/theme/images/magnify.gif" border="0"" title="enlarge"" alt="enlarge""
style="margin:;">
</a>