1.0.0 • Published 9 years ago

jquery-remote-load v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#jquery-remoteLoad.js

This plugin lets you load remote HTML content into any DOM element using AJAX.

Bower Usage

bower install aegixx/jquery-remoteLoad.js --save

Default Usage

<div data-src="remote-page.html"></div>
// Remotely load the selected elements
$('data-src]').remoteLoad();

License

Copyright (c) 2015 Bryan Stone Dual licensed under the MIT and GPL licenses.