[jQuery] Re: Ajax with Jquery : "Load" or "$.get"

2007-12-21 Thread Brandnew
Thank you for your answer ! The only problem I get with $.get $.post, is that I don't achieve to receive a message from the other page (which was called) and screen it. With load, it's easy. But with $.get and $.post, the only I can do is to make "alert" or "prompt" like "Succees"... I prefer to

[jQuery] Re: Ajax with Jquery : "Load" or "$.get"

2007-12-17 Thread real
Well to my knowledge, the reasons I generally use $.load() is to inject HTML dynamically into my page. Since you can pass variables in the $.load() function you're able to do it that way, but I'm not sure if that's the intended use of that method. $.get('newsletter_db.php', {email: email, type: t