I have a requirement where-in I have to collapse a select-box when user hovers on a link.
My code seems to be working on FF and IE, but not on Safari and Chrome. Here's the simplified version of it.
Please advise what am I missing?
Edit: Thanks Rob for pointing this out. When I said "I have to lose focus", I meant was, "I have to collapse the select box and move the focus out/blur".
Edit: I guess my question and summary was not correct/misleading. I have tried to reword it, to show my requirement/issue. Anyways, here's what I have now. It's a hack, but it seems to be working on Chrome as well now, however Safari is still playing hard to get. Any advices?