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 can use ,
$('.send').click(function(){
Insted of
$('.send').live("click", function(){
There is an error showing
TypeError: Object [object Object] has no method 'live'(live is deprecated)