1.1.2 • Published 1 year ago

xqgjs v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

xqgjs

This is a like jquery package.

View Chinese documents

Install

Browser:

import cdn

<!-- Browser -->
<script src="https://xqgj.cc/xqcdn/libs/xqgjs/xqgjs.min.js"></script>
<!-- es module -->
<script type="module">
    import xqgjs from '../lib/xqgjs-esm.min.js';
</script>

Usage

  • info
console.log(gjs.info);
// {name: 'gjs', date: '2022-09-29', version: 'v1.0.2'}
  • dom
console.log(gjs('h3'));
// init {0: h3}

View xqgjs

Run this script to view the demonstration case: npm run test:browser.

ask questions

submit your question

Author

@gitguanqi

1.1.2

1 year ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago