Why dont you use json as server response? Then manipulate it by own
javascript. You can use jquery $.getJSON function to do the ajax part
for you.

On 11/16/07, Shiplu <[EMAIL PROTECTED]> wrote:
> Why dont you use json as server response? Then manipulate it by own
> javascript. You can use jquery $.getJSON function to do the ajax part
> for you.
>
> On 11/16/07, samantha_o <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > i would like to submit forms with ajax, using jquery and then load the
> next
> > page. I had successfully do it with jquery and form plugin. however, it
> does
> > not work whenever the server response consist of both HTMLs and javascript
> > together. Is it possible to make it works? I am new in all this. Can
> anyone
> > help me?
> > --
> > View this message in context:
> > http://www.nabble.com/submitting-forms-with-ajax-tf4819530.html#a13788322
> > Sent from the PHP - General mailing list archive at Nabble.com.
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to