jQWebExt 0.2.1 is released..

=== Introduction ===
jQWebExt - jQuery Simple MVC and plugins Components framework.

= Features =

With jQWebExt MVC
Your html is clean and NO or few javascript code.
Any 3rd party's javascript or global function can be setup in
jqwebext_config.js.
And DOM Ready function is also setup in jqwebext_config.js.

So your html will very clean and just only two line of javascript src.
<script src='jquery.pack.js' type='text/javascript'></script>
<script src='jqwebext.js' type='text/javascript'></script>
Any things is automatic with jQWebExt MVC framework.


With jQWebExt Component
Javascript Programmer can register jQuery plugins with Simple small
extension function to jQWebExt framework with OPTIONS. Then Web(HTML)
designer no need to know and no need to write any javascript code.
Web(HTML) designer just need to setup the options of plugins, and all
plugins will autorun when DOM has loaded .

jQWebExt make jQuery more easier to use and no or few javascript code
in your html.

= HelloWorld Sample =
jQWebExt sample code is here.  http://code.google.com/p/jqwebext/wiki/jQWebExt

= Tooltip Sample =
TooltipExtension sample code is here. 
http://code.google.com/p/jqwebext/wiki/TooltipExtension

= Source =
http://code.google.com/p/jqwebext/

= Discussion Group =
http://groups.google.com/group/jqwebext

Reply via email to