[jQuery] value visible in ajax response, but not used in output

2009-11-25 Thread dcrunche
hi, I am rather new to jquery ajax but I managed to get some simple stuff done. Now I am working on a wizard form that uses select items (with the options pulled from a database). This works nice. Now I want to take it a step further: I want the selection of the second selector be based on the

[jQuery] Re: value visible in ajax response, but not used in output

2009-11-25 Thread dcrunche
Hi Scott, thanks, that was what did the trick. I didn't need this without using the actual vars - then it worked well. But it makes sense I need to actually return the new result. D. On Nov 25, 5:57 pm, Scott Sauyet scott.sau...@gmail.com wrote: On Nov 25, 11:12 am, dcrunche henjohoek