GithubHelp home page GithubHelp logo

jtool's Introduction

jTool

Build Status npm version npm downloads coverage codecov

jTool从哪里来

表格组件GridManager.js, 这个组件起先是基于jQuery开发的,后来在做去jquery操作时, 将所支撑的基础类做了抽离, 而这个类库就是 jTool.

jTool的实现理念

这么多年来一直使用的都是 jQuery 或直接上手原生 JS, jTool 使用方法和 API 基本上参考 jQuery. jTool 用一样的 API, 不一样的逻辑, 实现相同的功能. 这就是 jTool.js 的编码理念.

安装方式

npm install jtool

引入方式

<script type="text/javascript" src="dist/index.js"></script>

使用方式

jTool('#test').show();
//如果需要使用$符号, 则在代码初始区域执行 var $ = jTool; 即可.

ES2015

import 'jtool';
jTool('#test').show();

成功案例

jtool's People

Contributors

hjzheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.