How to get success alert from jquery .get ?
Rate this page : |
[ 0 votes]
|
Jquery get success is a simple script used to get success alert message. The codes calls data, if data is received then the alert message will be success and if data is not received then the alert message will be error. Here, $.get("demo.php", function(data) is used to get required data.