%PDF- %PDF-
| Direktori : /home/gachan/www/wp-content/themes/jekas/js/ |
| Current File : /home/gachan/www/wp-content/themes/jekas/js/header-config.js |
jQuery(document).ready(function($){
$('#acf-style_option input:radio').click(function(){
switch($(this).attr('id')){
case 'acf-field-style_option-style 4':
case 'acf-field-style_option-style 1': $('#acf-bg_style,#acf-opacy,#acf-image_header,#acf-slider').css('display','none');
break;
case 'acf-field-style_option-style 2': $('#acf-bg_style,#acf-image_header,#acf-opacy').css('display','block');
$('#acf-slider').css('display','none');
break;
case 'acf-field-style_option-style 3': $('#acf-bg_style,#acf-opacy,#acf-image_header').css('display','none');
$('#acf-slider').css('display','block');
break;
}
});
$('#acf-style_option input:radio:checked').trigger('click');
});