Without example code it is really difficult for people to help
On Oct 9, 10:44 pm, TI Wizard <[EMAIL PROTECTED]> wrote: > I am quite new to jQuery, and am very impressed so far. It makes life > quite a bit easier when trying to program in Javascript. > > Now, I am creating a Citation Generator for school. I have 1 form on > the page, but it is empty except for a submit button and a <p> tag > with an id of "formArea". I have jQuery set to use html() to fill up > the <p> tag with a form, which works very nicely. > > However, when the form is submitted with the Ajax function, I do not > think anything is actually sent. It seems that the code to post is > either ignoring the form HTML or something... > > Any on how to fix it?