JS Events Issue?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ziycon
    Contributor
    • Sep 2008
    • 384

    JS Events Issue?

    I want an event to trigger when the focus leaves a certain textfield but i'm unable to find the right event, any ideas?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I'd propose blur(). seems like the opposite of focus().

    see Document Object Model HTML

    Comment

    • ziycon
      Contributor
      • Sep 2008
      • 384

      #3
      onBlur worked perfect, thanks.

      Comment

      Working...