Note that any requests without a selector in them will simply be passed back to the native jQuery.get() method. Requires jQuery 1.3.2+
Click the button below to fetch only the #target element of the page, and then do some manipulation on the output.
Parsed data will appear here...
The plugin simply adds selector support to enable $.get'ing of page fragments, to save you having to slice the response yourself. Super lightweight and non-intrusive, it will just pass back to the original $.get() method once its work is done.
It means that you can 'do stuff' with the content before appending it to the DOM:
e.g. $('.target').html(data.replace(/cool/ig, 'AMAZING'));
Usage is identical to the jQuery get() function.
Licensed under the MIT License.
Disqus
Comments
Please DO NOT put bug reports on the comments below. Feel free to report any issues on the Github Issues page.