Giter VIP home page Giter VIP logo

jquery-es's Introduction

jquery-es logo

Build Status Coverage Status Version Downloads Downloads License

Modern jquery, refactoring jquery API with ES6, is lighter, more elegant, and supports ES Module.

Overview

The jquery-es is a refactoring of jquery using modern JS API, and remove the complex browser compatibility handling and regular match. The refactoring of the new API results in better performance and development experience.

The jquery-es source code uses the ES Module standard development. This means that you can do optimizations like tree-shaking with packaging tools like WebPack Rollup.

Features

  • ES Module
  • More dom friendly
  • AJAX
  • Animate

Install

#npm
npm install jquery-es --save
#yarn
yarn add jquery-es

Since jquery-es uses the ES Module standard, you need to use an environment that supports modularity. If you want to use it in a script, pull this repository and package it manually.

git clone [email protected]:Dananboom/jquery-es.git
cd jquery-es
npm install
npm run build

Find the file you need in the dist directory.

Demo

Simple to use

import $ from 'jquery-es'

// document onload
$(function(){
    console.log('hello world')
})

According to the need to import

import { version } from 'jquery-es'

// print version
console.log(version)

jquery-es's People

Contributors

dana322 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.