phutte,

>Thanks Dan and Kristinn, happy coding.
>$.post acts like ajax? $.ajax the same way like $.post, but for XML?
>I only want to post it, and i thought i could have the message 'Remote
>call in progress...', only cause it looks nice. But OK, i have to
>settle for submitting not through jQuery. This was mostly for
>educational purpose, like most of my clumsy coding are... it's like my
>father doing the Crosswords all day long, i'm hooked into programming
>(autistic?).

$.post() is an AJAX operation. Also, you can still have the "Remote call in
progress..." type message if you want. If you look at the example I sent you
in the last page, you'll notice it's just a standard FORM post that displays
a message once you submit the form to the server.

-Dan

Reply via email to