[eluser]JHackamack[/eluser]
I believe that JQuery's data should be:
For when you want to use a GET variable:
Code:
data: "name/John/location/Boston",
for post:
Code:
type: "POST",
data: ({id : this.getAttribute('id')}),
you have to define the type as post, which I don't see.