Add Lorem jQuery Plugin

Basics

Add Lorem simply inserts a paragraph of Lorem Ipsum into the target element.

Usage

	$(document).ready(function() {
	$('#selectedElement').addLorem()
	})
	<div id="selectedElement"></div>

Note that the '#selectedElement' can be any element on the page.

License

MIT