I am wondering what I would use to grab data from a form as it is typed. What I have is some form Input fields and they are going to be filled with numbers. I want to take the input from them on the fly add them together and put them inside another div on the fly. The idea is the user is entering different amounts and sizes of bottles into a form and I want to show them what their total is in bottles as they type it. Would I be doing this in ajax? what would help me get the data as they type it and place it back on the page at the same time.
Share
You could use jQuery: