Current Path : /home/church/www/africadayfestival.com/wp-content/themes/allegiant/core/scripts/ |
Current File : /home/church/www/africadayfestival.com/wp-content/themes/allegiant/core/scripts/admin.js |
jQuery( document ).ready( function() { /* IMAGE LIST FIELD */ //Change border color when selecting the image jQuery( '.cpotheme-imagelist-item img' ).on('click', function() { //Change other borders var parent = jQuery( this ).parent().parent(); jQuery( parent ).find( 'img' ).each( function() { jQuery( this ).removeClass( 'cpotheme-imagelist-selected' ); } ); //Selected image jQuery( this ).addClass( 'cpotheme-imagelist-selected' ); } ); /* ICON LIST FIELD */ //Change border color when selecting the image jQuery( '.cpotheme-iconlist label' ).on('click', function() { //Change other borders var parent = jQuery( this ).parent().parent(); jQuery( parent ).find( 'label' ).each( function() { jQuery( this ).removeClass( 'cpotheme-iconlist-selected' ); } ); //Selected image jQuery( this ).addClass( 'cpotheme-iconlist-selected' ); } ); } );