Savvy.UI is A JavaScript UI Library using jQuery JavaScript Library to help you develop and extends web applications easily with JavaScript. Most people would agree that jQuery is among the best JavaScript Library in the market today, and we made it better with loads of extension, utilities and widget for you to pick.

What's Inside

Put up a list here...

and many more...

Getting Started

Download our stable version

Version: 1.1.7 at Googlecode

During the early iteration of Savvy.UI we developed and managed DOM Manipulation Engine but there are numbers of weakness and flaws. This had slow down the development of other modules in Savvy.UI which would be far useful if added to the library rather than sitting down and, so we decided to source out the selector engine and what ever else which already there in any opensource JavaScript Framework.

jQuery is our #1 choice for these reason:

  1. Fast CSS Selector Engine, include support to CSS3 and XPath
  2. Extensive DOM Manipulation and Traversing Technique
  3. Smoother Animation compared to Js.ext.animator
  4. The core is focus to DOM Manipulation which give us room to extend it using our module

No, Savvy.UI only utilized jQuery mostly on DOM Manipulation, Animation and Ajax. We focus more on "Object Oriented" rather than "Object Chaining" which made sense. It would be odd to have it under Mootools or Prototype for example since both are also made for "Object Oriented".