Well i don't know what you are driving at  *g*

but i found a simple solution by using the jQuery Form Plugin from
http://www.malsup.com/jquery/form/

On 7 Aug., 13:22, Jean <[EMAIL PROTECTED]> wrote:
> how about JSON??
>
> On 8/7/07, Ooze <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > The form that contains the data i want to $.post is dynamically
> > generated. So i do not know what elements it contains. Yet, i need to
> > post everything.
> > When i just use
>
> > $.post('file.php',function(){
> >   // Whatever
> > });
>
> > it sends no post-stuff at all. and i can *not* use:
> > $.post('file.php',{
> >   foo: 'bar'
> > },function(){
> >   // whatever
> > });
>
> --
>
> []´s Jeanwww.suissa.info
>
>    Ethereal Agencywww.etherealagency.com

Reply via email to