Skip to content

Latest commit

 

History

History
executable file
·
42 lines (41 loc) · 941 Bytes

README.md

File metadata and controls

executable file
·
42 lines (41 loc) · 941 Bytes

Simple javascript library

started : 2017.12.28
version : 0.4.0

  • It is still incomplete. It will be updated continuously.

object

  version : version,
  constructor : simplelib,
  options : null,
  bInfo : bInfo,
  task : task,
  loader : loader,
  utils : {isObject: isObject,
    isNative: isNative,
    isArray: isArray,
    isFunction: isFunction,
    isString: isString,
    isNull: isNull,
    isUndefined: isUndefined,
    isDom: isDom,
    isFalse: isFalse,
    isJSON: isJSON,
    isJsonString: isJsonString,
    isPlain: isPlain,
    trim: trim,
    strPattern: strPattern,
    getbyId: getbyId,
    getbyClassName: getbyClassName,
    getbyTagName: getbyTagName,
    getbyName: getbyName,
    query: query,
    queryall: queryall,
    style: style,
    createElement: createElement,
    addEvent: addEvent,
    removeEvent: removeEvent,
    copy: copy,
    merge: merge,
    delPrefixMerge: delPrefixMerge
  }