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...
Continue reading...