Current Path : /webspace/www.beetasty.be/html/wp-content/plugins/woocommerce-multilingual/res/js/ |
Current File : //webspace/www.beetasty.be/html/wp-content/plugins/woocommerce-multilingual/res/js/files.js |
jQuery(function($){ $(document).on('click','#wcml_file_path_option', function( e ){ if($(this).is(':checked')){ $(this).parent().find('ul').show(); }else{ $(this).parent().find('ul').hide(); } }); });