Javascript function behaviour

后端 未结 2 684
谎友^
谎友^ 2021-01-25 02:06

I have a problem with javascript. In my code there is a radio button, on click it should call the UcSelect() function. I tried the code below but it didn\'t work. T

2条回答
  •  庸人自扰
    2021-01-25 02:56

    You need to update your code. You have to close the script tag properly

    Add there is a redundant code of checking value E. You should remove that code or update it to check for G. For your reference, I have updated the code below.

     
     
    

提交回复
热议问题