LorandVeres / dardjs

A very lightweight but useful javascript library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dard.js

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.

Functions

  • $(".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)

About

A very lightweight but useful javascript library

License:MIT License


Languages

Language:JavaScript 66.2%Language:HTML 33.8%