Deselecting options from a select element in jQuery

[code=“js”]$("[ name = ‘selectFieldName’ ]").attr(‘selectedIndex’, ‘-1’);[/code]