Reset Dropdownlist value using jQuery

$('#name').prop('selectedIndex',0);

Comments

Popular posts from this blog

Data Flow Diagram (DFD)

allow only numeric (0-9) in html inputbox using jquery