Skip to content

Instantly share code, notes, and snippets.

View mwhawkins's full-sized avatar

Mike Hawkins mwhawkins

View GitHub Profile
@tsi
tsi / microTplEngine.js
Last active September 29, 2018 07:37
My micro jQuery templating engine
(function($) {
// My micro jQuery templating engine
// Include this script before your closing </body> tag.
// Usage:
//
// <section data-html="content"></section>
//
// This will load <html/content.html> into <section>