master
click here to add a description
click here to add a homepage
Fail on all falsy values.
Expose the properties of each iterated object.
Include the same function execution functionality for the html method as well.
Add in support for executing functions that are inline in the incoming data (like in Mustache.js).
No need to expose jQuery._ anymore as all methods are generated via strings now.
Re-worked the templating syntax based upon the forum feedback. There are now function calls which are used like this: {{name arg}}...{{/name}}. And there is also basic substitution: (can also be: {{= foo}}). Will be working to re-integrate any of the downstream changes.
Still pull the demo source from jquery.com.
We don't need to use that buildFragment, we can just use directly to generate an array of elements.
Tweaked the README example.
Added .append(tmpl, array) support, fixed the return values to make sure that we're dealing with DOM nodes, expose and to the templates.
Add in a way to snap in new templating methods.
Don't expose jQuery via with(), do expose $.
Tweaked README.
Landing a first pass at a demonstration of the new jQuery templating functionality, for further discussion.