JQuery show images with id based on click
问题 I'm pretty new at JQuery so my knowledge of syntax and functions may need some in depth explaining. Please be patient with me and questions. I'm building a color visualizer. Basically a stack of images with position:absolute and display:none. Here's my HTML structure: <div id="visualizer"> <div id="chairContainer"> <img src="/sites/default/files/color-visualizer/background.jpg" class="background"> <img src="/sites/default/files/color-visualizer/seatback-red.png" id="redBack" class="seat">