Skip to content
qualitybits edited this page Nov 10, 2015 · 3 revisions

This library is build for fast and better solution of common used functions.

Installation

  • Download the zip and extract into the website/webapp js directory.
  • attach script common.js file before the all scripts and after jquery.js file

<script type="text/javascript" src="js/common.js"></script>

OR

<script type="text/javascript" src="js/common.min.js"></script>

Clone this wiki locally