Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Simple Textbox assitance Reply To: Simple Textbox assitance

#176466
JacobPeters
Participant

This is actually giving me some art ideas.

All this requires is a keyup event that cancels a timeout function if it’s already set and then sets a new one. Exactly the same as a registration form that checks if a username/email is in use through an XMLHttpRequest.