Skip to content

Made third-party javascript development easier.

License

Notifications You must be signed in to change notification settings

0067ED/third.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Made third-party javascript development easier.

Resources

License

Stars

Watchers

Forks

Packages

No packages published