你獲取的值的方法之前有沒有見觸發(fā)的條件?比如blur?focus?click?等等。如果沒有的話
成都創(chuàng)新互聯(lián)公司主營軹城網(wǎng)站建設的網(wǎng)絡公司,主營網(wǎng)站建設方案,重慶APP軟件開發(fā),軹城h5微信小程序定制開發(fā)搭建,軹城網(wǎng)站營銷推廣歡迎軹城等地區(qū)企業(yè)咨詢
他只會頁面剛加載的時候執(zhí)行一次
,
所以就只能獲得一次值了。
獲取單選框的值有三種方式:\x0d\x0a\x0d\x0a1、$('input:radio:checked').val();\x0d\x0a2、$("input[type='radio']:checked").val();\x0d\x0a3、$("input[name='rd']:checked").val();
!DOCTYPE?html
html?lang="en"
head
meta?charset="UTF-8"
meta?name="viewport"?content="width=device-width,?initial-scale=1.0"
meta?http-equiv="X-UA-Compatible"?content="ie=edge"
titleDocument/title
script?src=""/script
/head
body
p
label?for="radio_a"A/label
input?type="radio"?name="edit"?id="radio_a"?value=""
input?type="text"?disabled?/
/p
p
label?for="radio_b"B/label
input?type="radio"?name="edit"?id="radio_b"?value=""
input?type="text"?disabled?/
/p
script?async?defer
$(document).ready(function()?{
$('input[type="radio"]').change(function(e)?{
var?self?=?this
$('input[type="text"]').prop('disabled',?true)
$(self).next().prop('disabled',?false)
$(self).next().focus()
})
})
/script
/body
/html
當前題目:jquery單選,jquery單選框選中怎么寫
文章分享:http://jinyejixie.com/article48/dsecchp.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供移動網(wǎng)站建設、網(wǎng)站設計公司、品牌網(wǎng)站制作、靜態(tài)網(wǎng)站、網(wǎng)站制作、服務器托管
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)