[HelP]Need some Help With Jquery

Roshaen

Elite Member
Joined
Sep 24, 2012
Messages
2,237
Reaction score
1,362
i have an Animated Responsive Image Grid All i Want to do it to insert a link onto the images so that a user can click on it but i am unable to figure how should i do it so that a user can click on any image
 
What jQuery plugin are you using? Are you able to post a link?
 
What jQuery plugin are you using? Are you able to post a link?
this is what i want to know how to do it i can ad links to the images but there is no way anyone can click on it as its a plugin i want to use it in a manner than it don't changes its function to sliding images but on the other hand but user may also be able to click on the link and open it
 
I found this image grid jQuery plugin for you.
tympanus.net/codrops/2012/08/02/animated-responsive-image-grid/

Simply add your link to the image you want in the html:
Code:
<li><a href="link"><img src="/images/medium/1.jpg"/></a></li>

If you do/don't want to give the user the ability to click on the image simply change this js variable:
Code:
preventClick : false

Is this what you where looking for?
 
post the code snippset and the plugin if your problem wasn't solved yet. I will help ya out :-)
 
Back
Top