• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

jquery – 用php和ajax无刷新添加radio button并保存其选中的状态

php 搞代码 3年前 (2022-01-25) 27次浏览 已收录 0个评论
文章目录[隐藏]

<body>

点击第一张图的add按钮,会生成一个新的表格,并会保存其选中的单选框状态,但是再点击的话因为生成的单选框name属性一样,选中的状态会被顶掉
$id = mysql_insert_id();
$head = “

“; $foot = “

“;
if($formate==’standard 85x55mm’){
$result = “

Formate:
standard 85x55mm
“;
}else{
$result = “ Formate:standard 85x55mm
“;
}
if($formate==’carte double 170x55mm’){
$result.=”carte double 170x55mm

“;
}else{
$result.=”carte double 170x55mm”;
}
if($papier==’350g couche mat’){

<code>            $result.="<td>350g couche mat<br />";        }else{            $result.="<td>350g couche mat<br />";        }        if($papier=='300g offset'){            $result.="300g offset</td>";        }else{            $result.="300g offset</td>";        }        if($imprimer=='Recto seule'){            $result.="<td>Recto seule<br />";        }else{            $result.="<td>Recto seule<br />";        }        if($imprimer=='Recto et verso'){            $result.="Recto et verso</td>";        }else{            $result.="Recto et verso</td>";        }        if($pelliculage=='Recto seule brillant'){            $result.= "<td>Recto seule brillant<br>";        }else{            $result.= "<td>Recto seule brillant<br>";        }        if($pelliculage=='Recto seule mat'){            $result.="Recto seule mat<br />";        }else{            $result.="Recto seule mat<br />";        }        if($pelliculage=='Recto et verso brillant'){            $result.="Recto et verso brillant<br />";        }else{            $result.="Recto et verso brillant<br />";        }        if($pelliculage=='Recto et verso mat'){            $result.="Recto et verso mat<br />";        }        else{            $result.="Recto et verso mat<br /></table>";        }        $result.="<table><thead><th>Id</th><th>count</th><th>price</th><th>price2</th><th>price3</th></thead><tbody><td>1</td><td></td><td></td><td></td><td></td><td><button>add</button></td></tbody></table>";        echo $head.$result.$foot;</code>

回复内容:

<body>

点击第一张图的add按钮,会生成一个新的表格,并会保存其选中的单选框状态,但是再点击的话因为生成的单选框name属性一样,选中的状态会被顶掉
$id = mysql_insert_id();
$head = “

“; $foot = “

“;
if($formate==’standard 85x55mm’){
$result = “

Formate:
standard 85x55mm
“;
}else{
$result = “ Formate:standard 85x55mm
“;
}
if($formate==’carte double 170x55mm’){
$result.=”carte double 170x55mm

“;
}else{
$result.=”carte double 170x55mm”;
}
if($papier==’350g couche mat’){

<code>            $result.="<td>350g couche mat<br />";        }else{            $result.="<td>350g couche mat<br />";        }        if($papier=='300g offset'){            $result.="300g offset</td>";        }else{            $result.="300g offset</td>";        }        if($imprimer=='Recto seule'){            $result.="<td>Recto seule<br />";        }else{            $result.="<td>Recto seule<br />";        }        if($imprimer=='Recto et verso'){            $result.="Recto et verso</td>";        }else{            $result.="Recto et verso</td>";        }        if($pelliculage=='Recto seule brillant'){            $result.= "<td>Recto seule brillant<br>";        }else{            $result.= "<td>Recto seule brillant<br>";        }        if($pelliculage=='Recto seule mat'){            $result.="Recto seule mat<br />";        }else{            $result.="Recto seule mat<br />";        }        if($pelliculage=='Recto et verso brillant'){            $result.="Recto et verso brillant<br />";        }else{            $result.="Recto et verso brillant<br />";        }        if($pelliculage=='Recto et verso mat'){            $result.="Recto et verso mat<br />";        }        else{            $result.="Recto et vers<a>@本文9来源gao($daima.com搞@代@#码8网^</a><strong>搞代gaodaima码</strong>o mat<br /></table>";        }        $result.="<table><thead><th>Id</th><th>count</th><th>price</th><th>price2</th><th>price3</th></thead><tbody><td>1</td><td></td><td></td><td></td><td></td><td><button>add</button></td></tbody></table>";        echo $head.$result.$foot;</code>

为啥不生成name不一样的?


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:jquery – 用php和ajax无刷新添加radio button并保存其选中的状态

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址