Deselecting options from a select element in jQuery 12 Nov, 2008 [code=“js”]$("[ name = ‘selectFieldName’ ]").attr(‘selectedIndex’, ‘-1’);[/code]