I have four links all with the same class like this
<a href="" class="learn-more">Learn More</a>
<a href="" class="learn-more">Learn More</a>
<a href="" class="learn-more">Learn More</a>
<a href="" class="learn-more">Learn More</a>
On clicking each of this link a lightbox will load. All the four links will load the same lightbox except the heading of the content in the lightbox. All the four lightboxes will have different heading, but the content are same. Also all the lightboxes will have the same product images except for the third link, which will have a different image. I need to achieve this in jQuery.