jQuery Load() Method
This tutorial is all about jQuery Load() Method. This tutorial will show you how to use Load() method in jQuery. The load() method has the ability to load data from the other page and place it into the selected elements. This method is a bit the same with ajax. Basic Syntax: $(selector).load(URL,data,callback); url – specifies the file(url) you want to … Read more