Hi
I started with jQuery 3 days ago, was using Prototype before, I really like the design of it. My problem right now is AjaxForm() It works perfect but just if the user clicks submit. Is it also possible to fire the form to the server if one of the values (field) changes?? For example: I'm working on something like a shopping basket where the user can change the amount and delete products. (the data is not stored in the database) All actions cause the final Price-Sum which should be calculated in realtime. Meaning, the user might change the amount of a product and jQuery (Ajax.Form) should submit it and get the new price sum back. For the price-calculation I need all the time all values in my PHP script. My question is now how to post the form when the user just changes on field, for example clicks on a checkbox. I wanna avoid to store all of that in the database and go thru sessions etc... THX a lot! Cheers Philipp -- View this message in context: http://www.nabble.com/Ajax.Form%28%29-fire-onchange-of-elements-tp21165627s27240p21165627.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.