jQuery-haml is a haml like language written in JSON. This allows for easy dom building so that web apps can do more work independent of the server for a better user experience.
Stars
111
Forks
6
Watchers
111
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Text nodes at the top level of a jquery-haml run were being dropped by `jQuery.fn.children()`. Replaced with `jQuery.fn.contents()`.
4569bf5View on GitHubFixed a DOM node or jQuery object passed as the 1th item in a Haml array being treated as an attributes object.
2cf6fddView on GitHubFix arguments not passed to callback from placeholder.update()
536688cView on GitHubAdd a new insertHaml function that returns the inserted children instead of the original result set.
1cf3549View on GitHubAdd an explicit MIT license and update the docs accordingly.
42675b0View on GitHubAdd a link to the example page for people with little patience
7d79fa9View on GitHubUpdate the docs and remove all the deprecated/broken stuff
0e4f96eView on GitHubAdd html output to the haml compiler, now it can be used as a server-side templating language
4482187View on GitHubClean up the jquery plugin a little more. Most notable, the $.haml.Placeholder constructor was converted to the function $.haml.plcaholder that returns a object. Basically same as before, but doesn't require the new keyword
84b643bView on GitHubRemove the unused haml parser and markdown stuff from the jquery-haml plugin. Those are better served elsewhere. Also run the code through jslint to fix some onevar issues.
740679cView on GitHub