Greater area for radio selection

后端 未结 5 479
臣服心动
臣服心动 2021-01-14 08:00

   \"\"
   

         


        
5条回答
  •  天命终不由人
    2021-01-14 08:25

    $("span").click(function(){
      var radio = $(this).find('input:radio');
      //do whatever with the radio button
    });
    

    I believe should do it.

提交回复
热议问题