ryhan / fixie

Automatically add filler content to HTML documents based on semantic tags.

Home Page:http://ryhan.me/fixie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative API

ryhan opened this issue · comments

via stephenhandley

.init([".array", "#of .selectors", ".that", ".should", "#be .populated .with .lorem"])
or just a string like
fixie.init(".string, #of .comma .separated .selectors, .that, .should, #be .populated .with .lorem")
I think that would address the class proliferation issue and still be explicit about which dom nodes should be populated. easier to maintain / comment out.