I have the following code which is giving me a Method POST, Status (canceled) error message:
Method POST, Status (canceled)
$(document).ready(function() { var xhr = false;
Ajax is an async type, its not recommonded that u to send request on every keyup event, try the...
async: false
in post method... it'll pause the subsequent posts until the current request done its callback