jsgoo tests and samples

jsgoo library is in pre-alpha state. Everything can change and code quality, consistency will improve. All page/test specific js is on each html page so use View Source to see it.

jsgCore (core functions - FP): unit tests
jsg (base - rendering): horiz. tabs, table, fake blog
jsgForm (forms - rendering, handling): form, form selects, form setval, form vnotes
jsgData (data storage):unit tests

jsgDebug (debug, prettyprint):

unit tests

jsgTest (unit testing):

samples

jsgDate (dates):

unit tests

jsgFormat (money format):

unit tests

Project page

For more info, docs, svn, etc. visit google code project or my blog.

Download

This is fully work-in-progress version: download

Changelog

18.4.2009
Changed few naming conventions, added functionalities that were needed when developing Site Assistant and BizyBee, added many unit tests. We finally have general equality functionality so all unit test can work now.
23.3.2009
Work on select input, bugfixes.
6.2.2009
Besides FireFox works on Chrome now and almost works on IE6 & IE7.
31.12.2008
Created initial tests and demos and put them online.
5.1.2009
Some naming improvements, few functions refactored.
6.1.2009
Data Resource - some initial testing, this module is highly experimental