field lost focus

Questionsfield lost focus
Misic Dragan asked 11 years ago

Hi all,
Is it possible to have custom code fired when field lost focus? I need to check value, and maybe show another form to the user, which calculates values for other fields in that record (row).
Thank you

1 Answers
Abu Ghufran answered 11 years ago

Hello,

you can use onblur event of input and call you js in this manner.

$col["postdate"]=array("onblur","alert(123);");

Your Answer

8 + 18 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?