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?

#170822
chrisburton
Participant

As for tutorials, what are you looking for?

Using AJAX with database queries. Preferably one that isn’t over my head. I’ll do my own research but just wanted to know if there were any that you have used in the past that you like.

Are you using jQuery or plain js?

Currently not using jQuery for anything but since jQuery is easier for me, I would probably go with that for AJAX.

P.S. What does blur do in jQuery?

Edit: found this:

The onBlur event handler is fired when the focus is moved away from that particular text area.