Skip to content

v. 1.0.5

Latest
Compare
Choose a tag to compare
@maurictg maurictg released this 29 Jan 09:41
· 2 commits to master since this release

New features

.hasClass(name)

You can now indicates if an element contains a specified class

.appendBelow(element) and .appendAbove(element)

You can now append an element below or above the selected element

.appendAt(index, element)

You can now append an element to the children of the selected element at a specified index

New AJAX helpers:

  • $.put() for HTTPPut
  • $.del() for HTTPDelete

The ajax QQuery.setup.ajax.before function now passes 2 arguments: after: (statusCode, response) => {}