I am currently working on creating a website that features an image gallery. When a user clicks on a thumbnail, I want a hidden div to slide out and display more information about the image, possibly even including a slideshow.
After extensive searching on Google, I have found similar solutions for navigation menus but nothing that quite fits my needs. It seems like I may need to utilize jquery to change the display property of the div from none to visible. However, my knowledge of jquery is still limited and I am not yet comfortable with coding it from scratch.
Please let me know if I am on the right track or if there is a better approach to achieve this functionality.