Galley image for ecommorce product single page with crop features
<script> $(document).ready(function(){ $('#add_more_galleries1').click(function(){ $(".add_more_gallery_images2").show(); $(this).hide(); $("#add_more_galleries2").show(); }); $('#add_more_galleries2').click(function(){ $(".add_more_gallery_images3").show(); $(this).hide(); $("#add_more_galleries3").show(); }); $('#add_more_galleries2').click(function(){ $(".add_more_gallery_images3").show(); $(this).hide(); $("#add_more_galleries3").show(); }); $('#add_more_galleries3').click(function(){ $(".add_more_gallery_images4").show(); $(this).hide(); $("#add_more_galleries4").show(); }); $('#add_more_galleries4').click(function(){ $(".add_more_gallery_images5").show(); $(this).hide(); $("#add_more_galleries5").show(); }); $('#add_more_galleries5').click(function(){ $(".add_more_gallery_images6").show();…