How to check a radio button with jQuery?

前端 未结 30 2088
独厮守ぢ
独厮守ぢ 2020-11-22 08:12

I try to check a radio button with jQuery. Here\'s my code:

30条回答
  •  抹茶落季
    2020-11-22 09:12

    I've just have a similar problem, a simple solution is to just use:

    .click()
    

    Any other solution will work if you refresh radio after calling function.

提交回复
热议问题