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

update docs

wayneashleyberry opened this issue · comments

commented

fixie() isn't exposed to the global scope as far I can see,
the documentation is very misleading here...

Working on a fix.

fixie() is no longer exposed, in favor of fixie.init([query]);

To target a single class, use fixie.init([".classname"]);

However, this opens up the opportunity to target several classes and ids.

fixie.init(["tagname",".classname", "#id", ... other CSS selectors]);