Jump to content

onKeyUp lag


sKunKbad

Recommended Posts

I have a form that I validate using ajax. When a form field is valid, an image changes from green to red so the user knows they have filled out the form field correctly. The problem is, if they type fast, I think it's hanging or lagging. For special reasons each form field is validated with the onKeyUp event handler. Does anyone have suggestions as to how to make a user typing fast not cause the validation to lag. Perhaps some sort of timer that only allows the validation to take place once per second? How could I do this?

Link to comment
https://forums.phpfreaks.com/topic/65092-onkeyup-lag/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.