SRINIVASA REDDY

SRINIVASA REDDY

  • NA
  • 61
  • 7.5k

on click function radio button value stored in sp list

Dec 27 2019 12:58 AM
on click function radio button value stored in sharepoint list
 
/*var radios = $('input:radio[name=gender]');
if(radios.is(':checked') === false) {
radios.filter('[value=Male]').prop('checked', true);
}; */
 
im tried this but not come

Answers (1)