in the above page , on the right side whenever user click on a image thumbnail , full size image appear with image description . I know it is build with java script , but I am not good at it . I just want to know the javascript functionality used in that side , so I can make a dynamic web page like this
http://www.thekitchen.org/auction2010/#artwork
in the above page , on the right side whenever user click on a image thumbnail , full size image appear with image description . I know it is build with java script , but I am not good at it . I just want to know the javascript functionality used in that side , so I can make a dynamic web page like this
thanks in advance
Use FireBug. They have their own system of displaying thumbs and images with data via JS.
@sshuvro58 I made an example pen for you on Codepen: http://codepen.io/srig99/pen/ncrBo.
Note that you can use the
altattribute instead of the HTML5data-infoattribute that I used.thanks a lot @srig99