Skip to content

Instantly share code, notes, and snippets.

View spacerockzero's full-sized avatar
🤘
Time And Relative Dimension In Servers

Jakob Anderson spacerockzero

🤘
Time And Relative Dimension In Servers
View GitHub Profile
/*
* anchor-include pattern for already-functional links that work as a client-side include
* Copyright 2011, Scott Jehl, scottjehl.com
* Dual licensed under the MIT
* Idea from Scott Gonzalez
* to use, place attributes on an already-functional anchor pointing to content
* that should either replace, or insert before or after that anchor
* after the page has loaded
* Replace: <a href="..." data-replace="articles/latest/fragment">Latest Articles</a>
* Before: <a href="..." data-before="articles/latest/fragment">Latest Articles</a>