2021-7-22 前端達人
1
|
$( "input:checkbox:checked" ).val()
|
1
|
$( "input:[type='checkbox']:checked" ).val();
|
1
|
$( "input:[name='ck']:checked" ).val();
|
1
2
3
4
5
|
$( 'input:checkbox' ).each( function () {
if ($( this ).attr( 'checked' ) == true ) {
alert($( this ).val());
}
});
|
1
|
$( 'input:checkbox:first' ).attr( "checked" , 'checked' );
|
1
|
$( 'input:checkbox' ).eq(0).attr( "checked" , 'true' );
|
1
|
$( 'input:radio:last' ).attr( 'checked' , 'checked' );
|
1
|
$( 'input:radio:last' ).attr( 'checked' , 'true' );
|
1
|
$( 'input:checkbox).eq(索引值).attr(' checked ', ' true ');
|
1
|
$( 'input:radio' ).slice(1,2).attr( 'checked' , 'true' );
|
1
|
$( 'input:radio' ).slice(0,2).attr( 'checked' , 'true' );
|
1
|
$( "input:checkbox[value='1']" ).attr( 'checked' , 'true' );
|
1
|
$( "input:checkbox[value='1']" ).remove();
|
1
|
$( "input:checkbox" ).eq(索引值).remove();
|
1
|
$( "input:checkbox" ).eq(2).remove();
|
1
2
3
|
$( 'input:checkbox' ).each( function (index, domEle) {
//寫入代碼
});
|
1
2
3
|
$( 'input:checkbox' ).each( function () {
$( this ).attr( 'checked' , true );
});
|
1
2
3
|
$( 'input:checkbox' ).each( function () {
$( this ).attr( 'checked' , false );
});
|
1
|
< input type = "checkbox" name = "myBox" id = "chkOne" value = "1" checked = "checked" />
|
1
|
$( "#chkOne" ).click( function (){});
|
1
|
< input type = "checkbox" name = "myBox" class = "chkTwo" value = "1" checked = "checked" />
|
1
2
|
$( ".chkTwo" ).click( function (){});
|
1
2
|
< input type = "checkbox" name = "someBox" value = "1" checked = "checked" />
< input type = "checkbox" name = "someBox" value = "2" />
|
1
2
|
$( "input[name='someBox']" ).click( function (){});
|
1
2
3
4
|
< input type = "checkbox" name = "box" value = "0" checked = "checked" />
< input type = "checkbox" name = "box" value = "1" />
< input type = "checkbox" name = "box" value = "2" />
< input type = "checkbox" name = "box" value = "3" />
|
1
|
$( "input[name='box']" ).each( function (){});
|
1
2
|
$( "input[name='box']" ).attr( "checked" , "checked" );
|
1
2
3
4
|
$( "input[name='box'][checked]" ).each( function (){
if ( true == $( this ).attr( "checked" )) {
alert( $( this ).attr( 'value' ) );
}
|
1
2
3
4
|
$( "input[name='box']:checked" ).each( function (){
if ( true == $( this ).attr( "checked" )) {
alert( $( this ).attr( 'value' ) );
}
|
1
2
3
4
5
|
$( "input[name='box']" ).each( function (){
if ($( this ).attr( 'checked' ) == false ) {
alert($( this ).val());
}
});
|
1
|
$( this ).attr( "value" ,值);
|
文章來源:csdn
分享此文一切功德,皆悉回向給文章原作者及眾讀者.
免責聲明:藍藍設計尊重原作者,文章的版權歸原作者。如涉及版權問題,請及時與我們取得聯(lián)系,我們立即更正或刪除。
藍藍設計( m.yvirxh.cn )是一家專注而深入的界面設計公司,為期望卓越的國內外企業(yè)提供卓越的UI界面設計、BS界面設計 、 cs界面設計 、 ipad界面設計 、 包裝設計 、 圖標定制 、 用戶體驗 、交互設計、 網站建設 、平面設計服務