I have no experience with Javascript/JQuery/AJAX so I\'m trying to understand if it\'s possible to call a function that execute a query on my DB after a textbox lose focus.
Bind a handler to the change event:
change
where ajax_call is a function for updating the DB.
ajax_call