SyntaxFix
Write A Post
Hire A Developer
Questions
Id advice you to use a bit simplier method -
$.post('edit.php', {title: $('input[name="title"]').val() }, function(resp){ alert(resp); });
try this one, I just feels its syntax is simplier than the $.ajax's one...