/* * * SW_Options_radio_img function * Changes the radio select option, and changes class on images * */ function kingstore_radio_img_select(relid, labelclass){ jQuery(this).prev('input[type="radio"]').prop('checked'); jQuery('.kingstore-radio-img-'+labelclass).removeClass('kingstore-radio-img-selected'); jQuery('label[for="'+relid+'"]').addClass('kingstore-radio-img-selected'); }//function