Dardjs is a small minimal js framework intendet to be used in small web pages. It is a very small and fast library, also a good start point to develop your own.
Can be used to understand some basic principles of javascript. You are free to do what you would like with. Hope you enjoy it.
- $(".small", 1, {text: 'text' , style :{color:'#fff'; width:'100%':background-color:'#232323; } });
- isObj(object)
- isArray(array)
- isFunc(function)
- varyArgs(arguments)
- argsLength(arguments)
- setCss(el, css) css must be object. example {color:#fff}
- toggle(el)
- MyObj.size(object)