Greetings kind community of wise developers !! It's my first time writing and I've looked around but alas, am stuck and need some assistance. I would be very grateful to any kind souls who can help.
My form needs to do 2 things :
1) Behave like a normal form, and submit rows of Product names, unit prices and quantities, when the Submit button is pressed (this is already in place).
2) Submit the rows of Product names, unit prices, and quantities behind the scenes (jQuery? AJAX?), triggered by any change in any of the Product rows, then use the JSON response to update some display output on the bottom of the page. The JSON response comes from the server. This "action" URL is different that that in (1).
I just need to know how to set up the bindings or ready function(s) or listener(s) or whatever you kids call them these days, to make this work.
Any help would be GREATLY appreciated and would save me from the huge black sinking pit I am struggling in right now.
Thank you !!
Cheers,
Gene