jQuery 根據value設置radio默認選中:
HTML: <input type="radio" name="type" value="1" checked=""> 132 <input type="radio" name="type" value="2">456 JS: var sex = 2; $(":radio[name='rbsex'][value='" + sex + "']").prop("checked", "checked");
jQuery 根據value設置radio默認選中:
HTML: <input type="radio" name="type" value="1" checked=""> 132 <input type="radio" name="type" value="2">456 JS: var sex = 2; $(":radio[name='rbsex'][value='" + sex + "']").prop("checked", "checked");
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。