Home

LightQuery

A lightweight jQuery alternative.

Doc

  • Installation

Simply import light-query.min.js into your HTML.

<script src="https://gitcdn.link/repo/Zenoo/LightQuery/master/light-query.min.js"></script>    
  • Methods

    • .add()
    • .addClass()
    • .after()
    • .append()
    • .appendTo()
    • .before()
    • .blur()
    • .children()
    • .clone()
  • Not included

    • .addBack() Use more appropriate selectors instead
    • .ajaxComplete()
    • .ajaxError()
    • .ajaxSend()
    • .ajaxStart()
    • .ajaxStop()
    • .ajaxSuccess()
    • .andSelf() Use more appropriate selectors instead
    • .animate() Use CSS3 animations instead
    • .change() Use .on('change') instead

Authors