Download

Create your own JavaScript Library - 2414 downloads so far

Fell like donating a little money for our work?

Mark the functions and methods you would like to include in your own library. The numbers in parenthesis is the size of the object in bytes without/with comments.

  • Array
    • Methods
      • copy -
      • diff -
      • disjoint -
      • intersect -
      • mapFunction -
      • mapMethod -
      • pad -
      • randomize -
      • remove -
      • union -
      • unique -
  • Cookie
    • Constants
      • pairSeparator -
      • valueSeparator -
    • Constructor
      • Cookie -
    • Functions
      • decode -
      • encode -
      • isEnabled -
      • read -
    • Methods
  • Date
  • Error
  • Function
    • Methods
  • HTMLElement
  • HTMLFieldSetElement
    • Methods
      • disable -
  • Math
    • Functions
      • fibonacci -
      • logN -
      • nRoot -
      • randomN -
  • Number
    • Methods
      • isFloat -
      • isInteger -
      • toHex -
  • String
    • Methods
      • br2nl -
      • levenshtein -
      • nbsp2s -
      • substrCount -
      • trim -
      • trimAll -
      • trimLeft -
      • trimRight -
  • XHR

Create file


Minimizing the file size by stripping all comments and format is currently a beta function. Please report any problems using our contact form.

Most popular

  1. Array.unique (1363)
  2. Array.intersect (929)
  3. Array.union (659)
  4. Array.diff (651)
  5. Number.isFloat (610)
  6. Date.getISODay (608)
  7. Date.nameOfDays (601)
  8. Date.nameOfMonths (598)
  9. Cookie.constructor (577)
  10. Array.remove (567)