[jQuery] Re: JQuery Event Fires Before Expected

2008-01-29 Thread spinnach
dunno if somebody answered this already, but you should remove the .change() call at the end of your chain, because it immediately triggers your change function, and thus firing your test alert.. dennis. cnxmax wrote: I'm trying something pretty basic in JQuery (I think). I want to run a

[jQuery] Re: JQuery Event Fires Before Expected

2008-01-28 Thread cnxmax
Found the problem. Had to take out the .change(); On Jan 28, 11:39 am, cnxmax <[EMAIL PROTECTED]> wrote: > I'm trying something pretty basic inJQuery(I think). > > I want to run a function that will make it so that every Input on the > page will run a function (in this case, alert) whenever the