How to create includes using jquery

Is it possible to create includes with just jquery and html without php?

You can use jQuery to .load() an HTML page into a div or other element.

Create your HTML, save it, then in another document just $('#elementID').load(url); that first HTML page.

HTH,

:slight_smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.