Repository files navigation
A simple, lightweight jQuery plugin for include html.
Getting Started
Download the production version or the development version.
In your web page:
<div jq-include="what-want-to-include-path"></div> <script src="jquery.js"></script> <script src="dist/include.min.js"></script> <script> jQuery(function($) { $.include(); // "awesome" }); </script>
##Usage Run in all document body
$.include();
Run in selector
$(selector).include();