If we have the content file in another directory and we will have to change the parameter for the load method accordingly. This is all it takes to load content from an external file with jQuery and the load method.
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <div id="divContent"> <b>Established in 2010 and headquartered in Allahabad, MindStick Software Pvt. Ltd. Our expertise is in software product design, custom programming, database design, web design and programming and cutting edge mobile applications development.</b> </div>
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
If we have the content file in another directory and
we will have to change the parameter for the load method accordingly. This is all it takes
to load content from an external file with jQuery and the load method.