Forum Post: RE: Radio buttons not displaying criteria

  • Thread starter Thread starter john.goodland
  • Start date Start date
Status
Not open for further replies.
J

john.goodland

Guest
Hi Meyrick, For the radio sets I have I'm using "value-changed" to pick up the event So example (where DataSync is the name of my radio-set) var choose = $('input:radio[name=DataSync]:checked').val(); // update local settings and write local file setLocalSettings("Sync",choose);

Continue reading...
 
Status
Not open for further replies.
Back
Top