I need to implement a thing in my website
ie: If I click on any image which are present in the left side of the page , its description should appear on the right hand side of same page without reloading. Ie : in other div.
I need to implement a thing in my website ie: If I click on
Share
put a div element with each image and set its visibility to hidden. then attach an onclick listener to each image something along the line of this: