jquery-remote-load
v1.0.0
Published
Plugin for loading HTML content from a remote source into any DOM element via AJAX
Downloads
1
Maintainers
Readme
#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.