资 源 简 介
Giddy is the name of the idea that originally led to the development of gNius, a client-side template engine.
gNius is a 100% client-side Javascript template engine. It features numerous ways to iterate over Javascript objects, conditionally show markup, transform data, and more from within your HTML application.
The motivation behind gNius is to create a user-oriented prototyping and development framework that is easy and fun to use. There are a bunch of other client-side javascript templating frameworks that can get the job done, but this one aims to be the one that lowers the entry barrier so most people can benefit from it.
Ideally, this framework attempts to abstract as much code as possible, so a visual designer can play with an interface, while the framework takes care of moving data back and forth with a standard JSON "pipe" behind the scenes.
Hello World:
```
Requires jquery 1.4.2+ (not included)