code addded
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
function callGallery(){
|
||||
$('.PO_gallery_box').each(function(i,el){
|
||||
$(el).click(function(e){
|
||||
const src = $(e.target).attr('src');
|
||||
$('.PO_gallery_display_img').attr('src',src)
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
function callMain(){
|
||||
callGallery();
|
||||
}
|
||||
|
||||
callMain();
|
||||
Vendored
BIN
Binary file not shown.
|
After Width: | Height: | Size: 694 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 1010 KiB |
Reference in New Issue
Block a user