JQuery html import function from external source
1 answer
Use the AJAX load() method.
$('#mysection').load('yourfile.html'); Of course, the URL can also point to a PHP script, etc.
+5
some ..."> Use the AJAX Of course, the URL can also point to a PHP script, etc.Geek Answers HandbookJQuery html import function from external source
1 answerload() method. $('#mysection').load('yourfile.html'); source share+5
All Articles