|
|
aV-aParser is a library which makes finding and selecting HTML elements using CSS selectors and assigning them custom properties automatically in various and easy ways.
Introduction
Using aParser you can assign JS attributes to your HTML elements as easily as writing a CSS rule. You can write these rules either inline or as an external file.
For the CSS selector ability we owe a huge thank to Dean Edwards for his cssQuery function. It took away a huge work from aParser's developement.
Details
You can tell aParser to load the attributes from an external file or from a special inline style tag. It also evaluates any element level inline spesifications, and their order of importance is just as CSS.
inline definitions>inline style tag>external file
The functions are briefly explained in the documentation. http://amplio-vita.net/JSLib/documentation/symbols/aV.aParser.html
You may see example usages at quickEdit Tutorial, quickEdit Live Demo and autoComplete Example.
This document is continuously being improved by the developers.
Sign in to add a comment
