How to check radio button with radio button value

Madhurika Singh Gehlot

I am having radio button with value YES and NO.Like this

<input type="radio" name="IS_INCOMEPROOF_VERFIED" data-role="none" value="YES" onclick="IS_INCOMEPROOF_VERFIED1()"/>  
<input type="radio" name="IS_INCOMEPROOF_VERFIED" data-role="none" value="NO" onclick="IS_INCOMEPROOF_VERFIED1()"/>  

How to select radio box by using radio button value.For example i want radio button to be selected for NO value.It should come like this

 <input type="radio" name="IS_INCOMEPROOF_VERFIED" data-role="none" value="NO" onclick="IS_INCOMEPROOF_VERFIED1()" cheked="checked"/>
Matthijs

Try this:

$("input[name='IS_INCOMEPROOF_VERFIED'][value='NO']").attr('checked', true);

Working fiddle: http://jsfiddle.net/qKEgL/

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How to check a Radio button from the value of a table of mySQL

분류에서Dev

How to pass radio button value with php

분류에서Dev

PHP check if a radio button is clicked

분류에서Dev

How to tick check-boxes on page load according to the value of radio button in jquery?

분류에서Dev

How to assign the variable value to radio button's value in php

분류에서Dev

How to get selected radio button value onclick from php

분류에서Dev

iCheck library: value of selected radio button

분류에서Dev

jQuery if condition for radio button name and value

분류에서Dev

javascript radio button return previous checked value

분류에서Dev

Jquery for pass selected radio button value on button click

분류에서Dev

Android Radio Button Animation

분류에서Dev

checking if a radio button is selected

분류에서Dev

If radio button is checked not running

분류에서Dev

using radio button with knockoutjs

분류에서Dev

How to output the price when clicking the radio button?

분류에서Dev

Explain how the Radio button works for form_for?

분류에서Dev

jQuery After page loaded, check if radio button selected

분류에서Dev

Is it possible to use if condition to check if the radio button is clicked in Underscore templating?

분류에서Dev

How to retrieve selected value of radio button from fetch array result..?

분류에서Dev

Radio button clicked to slide & show hidden div & pass a value

분류에서Dev

Setting value on dynamic radio button with ng-repeat

분류에서Dev

Get selected button's value from Polymer radio group with jquery

분류에서Dev

Java Radio button clear/deselect

분류에서Dev

Radio button for enumerize in rails admin

분류에서Dev

radio button size - Firefox for Android

분류에서Dev

Android: center background of radio button

분류에서Dev

Radio button to change JCombo Data

분류에서Dev

Add class to selected radio button

분류에서Dev

Add class to selected radio button

Related 관련 기사

  1. 1

    How to check a Radio button from the value of a table of mySQL

  2. 2

    How to pass radio button value with php

  3. 3

    PHP check if a radio button is clicked

  4. 4

    How to tick check-boxes on page load according to the value of radio button in jquery?

  5. 5

    How to assign the variable value to radio button's value in php

  6. 6

    How to get selected radio button value onclick from php

  7. 7

    iCheck library: value of selected radio button

  8. 8

    jQuery if condition for radio button name and value

  9. 9

    javascript radio button return previous checked value

  10. 10

    Jquery for pass selected radio button value on button click

  11. 11

    Android Radio Button Animation

  12. 12

    checking if a radio button is selected

  13. 13

    If radio button is checked not running

  14. 14

    using radio button with knockoutjs

  15. 15

    How to output the price when clicking the radio button?

  16. 16

    Explain how the Radio button works for form_for?

  17. 17

    jQuery After page loaded, check if radio button selected

  18. 18

    Is it possible to use if condition to check if the radio button is clicked in Underscore templating?

  19. 19

    How to retrieve selected value of radio button from fetch array result..?

  20. 20

    Radio button clicked to slide & show hidden div & pass a value

  21. 21

    Setting value on dynamic radio button with ng-repeat

  22. 22

    Get selected button's value from Polymer radio group with jquery

  23. 23

    Java Radio button clear/deselect

  24. 24

    Radio button for enumerize in rails admin

  25. 25

    radio button size - Firefox for Android

  26. 26

    Android: center background of radio button

  27. 27

    Radio button to change JCombo Data

  28. 28

    Add class to selected radio button

  29. 29

    Add class to selected radio button

뜨겁다태그

보관