Hi I have problems with the script below. The problem I think lies on data that need to be sent to php via AJAX.
jQuery
$(\'.send\').live(\"click\",
You need to JSON encode the data being sent.
It should look something like: '{"id":"' + $(this).attr('id') + '"}'