On Nov 25, 11:12 am, dcrunche <henjohoek...@gmail.com> wrote:
> When I check the response given in the console I see the output I
> want, but that is not showing on the page.
>
> Here's the JS I use:http://pastie.org/714683

I don't think you are actually using the resulting data anywhere in
that code, except in the outermost success function.  For each of the
(three levels of!) nested .ajax calls, you ignore the returning data
parameter.

Perhaps you just need to copy this line to each of them:

    $('#productWizard fieldset').html(data);

Cheers,

  -- Scott

Reply via email to