tags:

views:

13

answers:

0

i am using formcheck.js (MooTools) for some input validation. what i have check input on blur and the tipbox remain until i correct its input,even i am typing in other input field. i want to change it in a way that the tipbox appears on click (on focus) on the input field and disappears on blue of that field.

should i change the code or it will be done just by changing some options?

i found that changing 'blur' to 'click' in this code line will do the first aim but i have no idea about the disappearance.