Tag: JQuery Institutes in Delhi

How to use jQuery.ajax() api with PHP?

AJAX, stands for Asynchronous JavaScript and XML. It’s just a way to have the client requested data from the server without having to reload the entire page. jQuery has a number of built-in AJAX functions and $.ajax() or jQuery.ajax() is one of them. Most of the time, we’ll use one or two of them, but […]

What is jQuery and how to Use It?

jQuery is a free, open source, fast and rich features JavaScript library that provides dozens of API for common web features that make JavaScript programming easier. Beyond that the jQuery function is coded and tested for all web cross-browser compatibility so that they will work in all browsers. And that’s why jQuery is commonly used […]