Skip to content

zeng-qinghui/jquery-include

Repository files navigation

jQuery.include Build Status

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();

Authors

Zeng Ohm

About

jquery.include

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published