[jQuery] Re: removing focus from field

2009-05-22 Thread Macsig

Thanks for your reply.

I don't know what I have missed earlier when I tried it but now blur
works. Perhaps I misspelled the field id.



Have a nice day!



Sig


On May 21, 6:12 pm, MorningZ morni...@gmail.com wrote:
 it's .blur()

 if it doesn't work for you, then you are not using it properly
 posting your code would be a big help for others to help you

 On May 21, 8:08 pm, macsig sigbac...@gmail.com wrote:

  Hi all,
  I'm submitting a form when the value of a drop-down menu changes.
  After that I would like to remove the focus from the field itself.  I
  have tried different things: blur, focus=remove and so on but no one
  works.

  How can I remove the focus for a field?

  Thanks and have a nice day!

  Sig


[jQuery] Re: removing focus from field

2009-05-21 Thread MorningZ

it's .blur()

if it doesn't work for you, then you are not using it properly
posting your code would be a big help for others to help you


On May 21, 8:08 pm, macsig sigbac...@gmail.com wrote:
 Hi all,
 I'm submitting a form when the value of a drop-down menu changes.
 After that I would like to remove the focus from the field itself.  I
 have tried different things: blur, focus=remove and so on but no one
 works.

 How can I remove the focus for a field?

 Thanks and have a nice day!

 Sig