0.1.0-pre-alpha • Published 7 years ago

qlite v0.1.0-pre-alpha

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

QLite

A little library to operate DOM like jQuery, as a subset of jQuery.

Why

  • jQuery is thriftless as its size and several less used functions.
  • Zepto updates slowly, and leaves unsolved issues.
  • Focus one thing, keey a tiny core to operate DOM, without collection operation, animation, network and something else.

    For example, I hope to separate Ajax to use fetch/axios instead.

API

  • QLite

TODO

  • addClass/removeClass/hasClass/toggleClass
  • before/after
  • append/appendTo/prepend/prependTo
  • val/attr/prop/data/removeAttr/removeProp/removeData
  • on/off/one
  • children/contents
  • css
  • ready
  • remove
  • width/height/innerWidth/innerHeight
  • insertBefore/insertAfter
  • offset/offsetParent
  • position
  • prev/next/siblings
  • scrollLeft/scrollTop
0.1.0-pre-alpha

7 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago