Hi I started with jQuery 3 days ago, was using Prototype before.
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 changes?? For example: I'm working on something like a shopping basket where the user can change the amount and delete products. 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. THX a lot! Cheers Philipp