nbApp is a light weight javascript library that uses jquery modules/functions to interact with modern Websites and WebApps.
The JS gives a kick start to a new way of buiding Websites and WebApps in a collaborative mnaner with common tricks and uses. like: JS Objects, JS MVC, JS Views Concept
Combining the various modules/functions you actually create a beautiful, code & DOM friendly websites for desktop and mobiles users in a "Quickee" !!
...
Dive in and dirty your hands with some example code. Share your views/thoughts to make it Adaptable-Simpler-Flexible with the concept of "KISS".
var nbApp = {};nbApp.config = {};//Configuation Modules
nbApp.main = {};//Main Run Module
nbApp.articles = {};//Articles Module
nbApp.lib = {};//Common Library
nbApp.ajaxXHR = {};//AJAX Module
...
...
...