Ajax using jQuery
Ajax stands for asynchronous JavaScript. You can use “ajax” method to make ajax calls in jQuery. Here is the syntax of ajax method.It takes json object as a parameter. ajax({p1:v1,p2:v2,…..and so on}) For example...
Ajax stands for asynchronous JavaScript. You can use “ajax” method to make ajax calls in jQuery. Here is the syntax of ajax method.It takes json object as a parameter. ajax({p1:v1,p2:v2,…..and so on}) For example...
Recent Comments