[jQuery] Re: DOM problem within AJAX call

2009-05-16 Thread Brendon G.

oops left out 'var'


[jQuery] Re: Validate plugin not working

2009-03-24 Thread Brendon G.

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..

2007-06-28 Thread Brendon G

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 set a variable for an
autosave to take place.


Cheers

Brendon

PS been using jquery for a week and its actually exciting to know what
is possible.. so damn quickly!.