Skip to content

billkeller/objectCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

/**
 * objectCSS plugin for jQuery
 * v1.0
 * Allows you to expose the HTML structure of your OOCSS.
 *
 * Documentation: http://billkeller.github.com/objectCSS/
 * 
 * By Bill Keler, ghettocooler.net
 *
 */

/**
 * Usage:
 *
 * From JavaScript, use:
 *     $(<select>).objectCSS({depth: <x>});
 *     where:
 *       <select> is the DOM node selector, e.g. ".media"
 *       <x> is 0, 1 or 2, representing the level of the objects children that you'd like visualized
 */

About

A jquery plugin that allows you to expose the HTML structure of your OOCSS. http://billkeller.github.com/objectCSS/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published