ady(function () { $("#jqxRadioButton").jqxRadioButton({ width: 250, height: 25, checked: true}); $("#jqxRadioButton2").jqxRadioButton({ width: 250, height: 25}); $("#jqxRadioButton3").jqxRadioButton({ width: 250, height: 25}); $("#jqxRadioButton4").jqxRadioButton({ width: 250, height: 25, disabled: true}); var clearLog = function () { var log = $('#events').find('span'); if (log.length >= 2) { log.remove(); } } $("#jqxRadioButton").on('change', function (event) { clearLog(); var checked = event.args.checked; if (checked) { $("#events").prepend('
Checked: 12 Months Contract
'); } else $("#events").prepend('
Unchecked: 12 Months Contract
'); }); $("#jqxRadioButton2").on('change', function (event) { clearLog(); var checked = event.args.checked; if (checked) { $("#events").prepend('
Checked: 6 Months Contract
'); } else $("#events").prepend('
Unchecked: 6 Months Contract
'); }); $("#jqxRadioButton3").on('change', function (event) { clearLog(); var checked = event.args.checked; if (checked) { $("#events").prepend('
Checked: 3 Months Contract
'); } else $("#events").prepend('
Unchecked: 3 Months Contract
'); }); });

House Contract

12 Months Contract
6 Months Contract
3 Months Contract
1 Month Contract
Events: