Hi,
I’ve a form with set of fields like jqxDropdownList, Checkbox, Radio Button & Text box and I want to rest the form. So I tried by following method,
<form name="userPrefForm" id="userPrefForm" method=""><label for="time_Zone" title="Time Zone">Time Zone:</label><div name="time_Zone" id="time_Zone" class="timezone_select"></div></form>$('#userPrefResetBtn').on('click',function(){ $('#userPrefForm')[0].reset(); });
When I click the reset button in my form, only the text box value is getting reset. Rest of the fields like checkbox, radio button & dropdown list is still has the selected value.
Can anyone please help me on this?
I look for a solution.
Thanks & Regards,
\_rssb