Simple question really. This works in all but IE6:
Under jQuery:
Or you may try replacing:
With:
UPDATE: Actually it seems that the IE6 JavaScript engine has problems with blur()
A (non-ideal) work around is:
Which will lose focus on the select input field by focussing the HTML document.