Im working with a form right now, I have a textfield where i can type my employee ID and as you can see there’s an “ADD” image beside it. I want to save the textfield value to the database model when the add image was click using AJAX without reloading the current page and if possible how can i do it with two different textfield save at the save time when the add image was clicked.
Thank for the reply. Im working with a form right now, I have a textfield where i can type my employee ID and as you can see there’s an “ADD” image beside it. I want to save the textfield value to the database model when the add image was click using AJAX without reloading the current page and if possible how can i do it with two different textfield save at the save time when the add image was clicked.