A dedicated javascript toolbox made third-party javascript development easier.
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'));
});
- API document (Coming soon)
- 中文版API文档
- Update the API of
util/mqp
andrequest/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.
- 1.0.0 [feature] Initialize.