how to POST radio button values through jquery

前端 未结 3 1661
你的背包
你的背包 2021-01-06 19:41

i have this example code:

 while ($row = mysql_fetch_object($result1)) {                  
                    echo \'

        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-06 20:06

    If there is no radio button selected the radio button will not be added to the serialized string. In this case we can make a workaround by adding another one exactly like the following:

    
    

提交回复
热议问题