|
How to load a page data from the server into a particular element - .load(url, callBack)
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: jQuery-Ajax
To load a page data from server into a particular page element, load() method can be used. An optional callback method can also be specified to catch the returned data.
|