Viewing 1 replies (of 1 total)
  • Hello

    I think yes. Example JS for checkboxes:
    jQuery(“input[value=’my_name’]”).change(function(){
    if(this.checked){
    jQuery(“input[value=’my_name2′]”).hide();
    }else{
    jQuery(“input[value=’my_name2′]”).show();
    }

    Be careful with the code (this is just an example and not working code). For a similar function need experience in the development of

Viewing 1 replies (of 1 total)

The topic ‘Connection between the filter elements’ is closed to new replies.