[jQuery] Re: DOM problem within AJAX call
oops left out 'var'
[jQuery] Re: Validate plugin not working
I had a eureka moment last night, when i stumbled into that solution.. didn't see any mention of it in the docs though..
[jQuery] Monitor a whole forms elements for change..
Is is possible to monitor every form element in a form for change? I tried something like this (and some other variations) to no avail. $('input,select').change(function(){ // do something alert("You changed something"); }); Why i want to do it: If a form element is changed i'm going to