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

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages