The plugin itself is the simple logic engine which powers a JavaScript object of properties and creates real DOM nodes.
Here are some key features of "HSJN":
· Usually shorter than the HTML it generates
· Simple jQuery selector style tag, class, and ID declaration
· Easily add simple text or append children (or both!) to any node within an HSJN tree.
· Create complex jQuery chains right inside an HSJN object.
· Easily define attributes and custom CSS styles easily.
· Highly portable, can be parsed by the jQuery JSON parser, which means HTML DomBuilder snippets can be sent through AJAX
Requirements:
· JavaScript enabled on client side