here i have 3 text fields consider as a1,a2 & a3, now i need to do multiply the values of a1 * a2 and update the answer in to third field. how can i do this with jquery ? do we have any update functions in jquery ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
assuming a1, a2 & a3 are the id’s of the elements like so
then all you have to do is add this to the page