超文本標(biāo)記語(yǔ)言<input type="text" name="haha" id="X" ><td style="width: 5%;" class="haha"><svg class="teeth svg" id="svg" width="400px" height="300px" viewBox="0 0 400 300" preserveAspectRatio="xMidYMid meet"> <!-- upper right 8 --> <g id="molar-group" class="molar"> <rect x="75" y="75" stroke="black" id="disto-occlusal" style="stroke-width: 5px;" width="125" height="150" fill="white"/> <rect x="200" y="75" stroke="black" id="mesio-occlusal" style="stroke-width: 5px;" width="125" height="150" fill="white"/> </g></svg></td>JavaScript: $(function () { ($("#X").keyup(function (){ if ($("#X").val() == 'X') { ('.haha').prop('disabled',true); }else{ ('.haha').prop('disabled', false); } }) };);如何根據(jù)輸入字段禁用 td class="haha"。例如,如果我在輸入字段中輸入 X,它會(huì)自動(dòng)禁用 td class="haha" 這可能嗎?
- 0 回答
- 0 關(guān)注
- 138 瀏覽
添加回答
舉報(bào)
0/150
提交
取消