njpaz / add_lorem_jquery_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%