Hello pal, take a look at your code, do you see any strange??
Oh, yes... url: url: _HOMEDIR+"send?"+str <-- here you are building your
query string, so
jquery send it as a GET instead of POST
$.ajax({
type: "POST",
async: false,
url: _HOMEDIR+"send?"+str,
dataType: "json",
beforeSend: function() {
$("span:last").text("Sending..").show();
},
----- Original Message -----
From: "Brett Ritter" <swift...@swiftone.org>
To: <jquery-en@googlegroups.com>
Sent: Wednesday, July 29, 2009 10:20 AM
Subject: [jQuery] Re: POST data not being sent
On Wed, Jul 29, 2009 at 12:16 PM, Liam Potter<radioactiv...@gmail.com>
wrote:
also, don't delete the quoted
posts, means everyone not using a web based group reader can follow the
conversation.
However feel free to TRIM lengthy posts to the relevant parts.
Even non-web-based group readers support threading or sorting by
conversation, and a hint as to which part of the thread you are
replying to is sufficient.
--
Brett Ritter / SwiftOne
swift...@swiftone.org