Javascript import html is it possible?

前端 未结 6 749
栀梦
栀梦 2020-12-01 13:30

I have some html pages with the same footer. With javascript and only javascript could i import another html page inside it?

6条回答
  •  忘掉有多难
    2020-12-01 13:53

    Along with what @Alex mentioned, jQuery has a method .load() that you can use to fetch a specific portion of a page (See Loading Page Fragments heading on that page). You specify the URL you want to retrieve along with a selector (so if you wanted only a specific

    's contents for instance).

提交回复
热议问题