# Fixie.js Fixie is an open source tool that that automatically adds filler content to HTML documents. It's very simple, and we welcome contributions. To learn more, check out [fixiejs.com](http://www.fixiejs.com "fixiejs") ### Why use Fixie? When designing and developing websites, it's often useful to add lorem ipsum text to see what your page will look like without worrying about your final content. Unfortunately, adding lots of filler content involves lots of copy-pasting and manual editing, and also makes your HTML unwieldy. [Fixie.js](http://www.fixiejs.com "fixiejs") makes filler content succinct, making it faster and easier to test out your designs. ## Instructions ### Step 1 - Add fixie.js Add `` to the bottom of your html document, right before your closing `` tag. ### Step 2 - Add the `fixie` class. Wherever you need filler content, set `class="fixie"`. For example, if you wanted one filler paragraph, you could use `

` ### Step 2 - Alternatively use `fixie.init` Select where you want filler content using CSS selectors. Call ``` fixie.init([".array", "#of > .selectors", ".that", ".should", "#be > .populated", ".with", ".lorem"]) ``` or ``` fixie.init(".string, #of > .comma, .separated, .selectors, .that, .should, #be > .populated, .with, .lorem") ``` in the JavaScript console or within a `