DeLorean-Ipsum
The Back To The Future Lorem Ipsum Generator http://www.deloreanipsum.com/
The Back To The Future script is copyright (c), Universal Studios & Bob Gale and used here as part of Fair Use.
Copyright (c) 2013 Polevaultweb http://www.polevaultweb.com/
Example Usage
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="jquery.delorean.ipsum.min.js"></script>
<script>
$('#demo-output').delorean({ type: 'paragraphs', amount: 5, character: '', tag: 'p' });
</script>
Options
- Type: paragraphs, sentences, words, letters. Default - paragraphs.
- Amount: number of the above type. Default - 3
- Tag: HTML tag to wrap around the output. Default - 'p'
- Character: Marty, Doc, Biff etc. Leave blank for all characters. Default - 'all'.
- perPara: Number of sentences per paragraphs. Default - 5.
Changelog
1.0.2 (January 29, 2013)
1.0.1 (January 29, 2013)
- Script fixes - spelling mistakes
1.0 (January 27, 2013)
- Initial Commit