Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors