A UI templating plugin.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="jqueryui.js"></script>
<script src="dist/jquery-jBuilder.min.js"></script>
<script>
jQuery(function($) {
jQuery.jBuilder.build({
type : "html",
text : "Hello world."
});
});
</script>
Visit the wiki at https://github.com/Nemesis9765/jBuilder/wiki
(Nothing yet)