image.jsp $img = $(''); $img.on('click',function(){ //window.open(this.src); var self = this; $.ajax({ url:"../html/popupImage.html", }).done(function(result){ result = result.replace("\"src\"",self.src) result = result.replace("", ""+self.alt+"") var wnd = window.open(""); wnd.document.write(result); }); }); var self = this; self 대신 this를 사용하여 현재 객체를 참조 popupImage.html CSS Image Gallery CSS Ima..