Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 797 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 797 Bytes

Third.js

A dedicated javascript toolbox made third-party javascript development easier.

HOW

npm install third.js
import run from 'third.js/run';
import getQuery from 'third.js/url/getQuery';
run(function () {
    console.log(getQuery(location.href, 'query'));
});

LINKS

  1. API document (Coming soon)
  2. 中文版API文档

TODO LIST

  • Update the API of util/mqp and request/jsonp.
  • Update the API of cookie.
  • Add message module.
  • Add request/submit method.
  • Finish API document.
  • Finish all test case.
  • S3.dom.contains
  • S3.dom.getOffset
  • S3.dom.getPosition
  • S3.style
  • Add build tool.

CHANGELOG

  • 1.0.0 [feature] Initialize.