Lorem command
Add some lorem filltext to your site for testing.
Basic Usage (HTML)
data-jkit="[lorem:paragraphs=3]"
Advanced Init (JavaScript)
$('#myelement').jKit('lorem', { 'paragraphs': '3' });
Options
Option | Values | Default | Description |
---|---|---|---|
paragraphs | Int | 0 | The number of lorem ipsum paragraphs to add |
length | Int | The string length to add in case paragraphs is “0” | |
random | “yes” or “no” | no | Shuffle the lorem ipsum paragraphs first? |
Events
Examples
Paragraphs:
Add two lorem ipsum paragraphs inside a div:
Source:
<div data-jkit="[lorem:paragraphs=2]"></div>
Text:
Add 250 characters of lorem ipsum inside a div:
Source:
<div data-jkit="[lorem:length=250]"></div>
Replacements
There are currently no replacements for this command.
[ Learn more about replacements ]
Discussions
Do you have questions or do you want to suggest new features? Than head over to our new community:
[ jKit Community ]