Create your own JavaScript Library

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.
Select all
  • 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.