Forums

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

Home Forums Back End Editable form fields? Reply To: Editable form fields?

#170815
__
Participant

Well, if you don’t want to rely on blur, you could listen to keyup but, instead of updating right away, start a timer and then update if there are no further keypresses within 5 seconds or so (or, of course, if the textarea does blur).

As for tutorials, what are you looking for? event listeners? ajax? Are you using jQuery or plain js?