How to reset a select element with jQuery January 30, 2023 by Tarik Try this. This will work. $('#baba').prop('selectedIndex',0); Check here http://jsfiddle.net/bibin_v/R4s3U/