how can i trigger javascript event if i write something in textbox
I have two text fields , i want to save the values to database directly when someone write in the text fields without pressing submit button, Is it possible?
Actually i want to know if there is any function through which i get the value from text fields directly after someone type there.