Skip to content

A plugin for jQuery to build interfaces using ExtJS style JSON objects with jQueryUI so no HTML has to be written.

License

Notifications You must be signed in to change notification settings

rdfedor/jBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jBuilder

A UI templating plugin.

Getting Started

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>

Documentation

Visit the wiki at https://github.com/Nemesis9765/jBuilder/wiki

Release History

(Nothing yet)

About

A plugin for jQuery to build interfaces using ExtJS style JSON objects with jQueryUI so no HTML has to be written.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published