JQuery Programmer Question:
What is the use of jQuery load method?
Answer:
jQuery load method is a powerful AJAX method which is used to load the data from a server and assign the data into the element without loading the page.
Previous Question | Next Question |
What are the basic selectors in jQuery? | What is CDN? |