I think you guys are cool.  I really appreciate that you guys are
spending your time helping others like this.  I hope you get some
reward for this other than seeing people communicating more
effectively on the 'net.

Anyway, I read the " Why do my events stop working" FAQ 3 or 4 times,
read the "AJAX and Events Tutorial" twice and looked at the source
code and tried the Live Query plugin by Brandon Aaron.

I understand that somehow the new form has to added to the existing
DOM.  I understand the examples working with a click event.  However
in this case, there's no  clickable anchors such as $('a').click(fn);
- this is just a form.  I'm can't seem to get the new form into the
existing DOM.

The best I could do was trying to insert the the ajaxForm as a
function within the original call but that didn't seem to do it as in
the below or at the link below
http://mammoth.t1shopper.com/voip/ajaxform.html
var options = {target:'#output1'};
$('#wizard1').ajaxForm(options, function () {
                   var options = {target:'#output1'};
                   $('#wizard1').ajaxForm(options);
                    }
);

I think this is beyond my ability but again, I applicate everything
you guys are doing to make complicated things like this in reach for a
lot more people.

Reply via email to