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