[jQuery] $.post send data problem

[jQuery] $.post send data problem


Hi I'm feeling very stupid asking this but here goes:
I'm sending something like this
$.post("/scripts/login.php",{u:"USER",p:"PASS",r:"STAY"},function(txt)
{$("div#"+div).html(txt);});
but the php $_POST[''] array get's no data...
now please tell me how stupid I am :)