basiq.js

basiq.js is a cross-platform JavaScript minimal library inspired by jQuery and based on new ES6 recommendation. Like as jQuery, basiq is designed to simplify the client-side scripting of HTML.

This library provides basic utilities as:

  • DOM selector elements
  • handle events
  • helpers for develop Ajax applications

Also provides capabilities for developers to create plugins on top of the JavaScript library.(basiq plugins)

Browser support

  • Chrome 9+
  • Firefox 6+
  • Opera 11.6+
  • Safari 6+
  • IE 10+

Other functions

  • supports: Check Support for some functionality or CSS property (detect CSS prefixes)
  • addWheelListener: Listener for mouse wheel action