Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 411 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 411 Bytes

getDistinctClassNames

jQuery script to retrieve all the distinct class names from an html template.

Include this code in your source code or run directly in the javascript console.

Using firebug or the developers tools: run : Extract.parseClassNames() Builds a string array of distinct class names. Extract.getClassNameAry() Returns the string array of distinct class names.