$.ajax({ type: 'POST', url: url, data: dataString, success: function(){the call fails and all that i have in the firebug console is this error:
alert('it works');
},
error: function(){
alert('error');
}
});
OPTIONS contacts.php
|
501 Not Implemented
|
POST contacts.php
|
200 OK
|