File "customizer-scipt.js"

Full Path: /home/warrior1/public_html/themes/ecommerce-market/inc/customizer/js/customizer-scipt.js
File size: 449 bytes
MIME-type: text/plain
Charset: utf-8

/**
* Custom Js for backend 
*
* @package eCommerce_Market
*/
jQuery(document).ready(function($) {
    $('#ecommerce-market-img-container li label img').click(function(){    	
        $('#ecommerce-market-img-container li').each(function(){
            $(this).find('img').removeClass ('ecommerce-market-radio-img-selected') ;
        });
        $(this).addClass ('ecommerce-market-radio-img-selected') ;
    });                    
});