79675243

Date: 2025-06-22 15:29:48
Score: 1
Natty:
Report link

I found that the ClientId of the RadioButtonList is good enough.

    $(document).on('click', "#RBL1_CliendId input", function() {        
        if($(this).prop("value") == 3){
            // do something
        } else {
            // do something else
        }
    });     
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: esims