[jQuery] $.post() not sending info

2008-05-16 Thread riscphree
I've got a suggestion form that inserts into a db table when they submit, my jquery is located in a /js folder, while this page is in /, and my db settings are in /includes/ Here is my $.post $.post("../sendsuggest.php", { subject: subjectVal, message: messageVal, theusername: the

[jQuery] Re: $.post() not sending info

2008-05-17 Thread riscphree
() > call does not include a "submit" param, which is what sendsuggest.php > is checking for in order to process the submission. > > - jason > > On May 16, 7:59 pm, riscphree <[EMAIL PROTECTED]> wrote: > > > I've got a suggestion form that inserts into