Loading...

Tag: jQuery Ajax

jQuery-Ajax-Standard Usage Guidelines

Often developer uses jQuery & AJAX to update parts of a web page or send data to check some business logic, without reloading the whole page (also known as Asynchronous Update). We can handle proper success and error message as per the server’s response using jqXHR, exception parameters. Have a look at the demo jQuery […]

View Details