[jQuery] Re: Loading a form via ajax load and then submitting with ajax form helper not working.

2008-03-28 Thread delay
SOLUTION... Ok FINALLY figured this out... I am posting my solution here since I have not seen it successfully posted anywhere else in my 2 days of trying to figure this thing out. Quite surprisingly it has a very simple solution. Initially I was trying to set the form submission using jquerys

[jQuery] Re: Loading a form via ajax load and then submitting with ajax form helper not working.

2008-03-28 Thread delay
I made a slight error in my previous solution. on my add a comment function apparently I thought I didn't need the livequery plugin, but I was wrong.So you need to load the livequery plugin for jquery and then add this jQuery.livequery.run(); towards the end of the add_comment function. Thi

[jQuery] Loading a form via ajax load and then submitting with ajax form helper not working.

2008-03-26 Thread delay
I am having trouble getting a form to submit using the jquery form helper. I load the form with jquery load which works fine. Then if I try to submit the form using the form helper it doesn't seem to find it. I assume the DOM is not being reparsed for the html loaded by the ajax call. I am sur

[jQuery] Loading a form via ajax load and then submitting with ajax form helper not working.

2008-03-26 Thread delay
I am having trouble getting a form to submit using the jquery form helper. I load the form with jquery load which works fine. Then if I try to submit the form using the form helper it doesn't seem to find it. I assume the DOM is not being reparsed for the html loaded by the ajax call. I am sur