15Feb2012
CSS Selector to HTML v0.3 – “has” Support!
I added "has" support, since before you could only have one element go 3 levels deep. Input: Output:
Read More02Feb2012
CSS Selector to HTML
So, I'm currently working on a plug-in to validate forms easily without using a JavaScript framework. I want the way errors are displayed to be very expandable, and realized the biggest issue was the "structure" of the error message was too unique for any designer to go outside of what I've already created. The best solution was to make the "structure" an option by allowing CSS Selectors. I'm r
Read More