An open API service indexing awesome lists of open source software.

https://github.com/doxakis/morejs

Common JavaScript code you certainly write every time on your websites.
https://github.com/doxakis/morejs

javascript jquery js

Last synced: about 2 months ago
JSON representation

Common JavaScript code you certainly write every time on your websites.

Awesome Lists containing this project

README

          

# more.js
Common code you certainly write every time on your websites.

It makes it easier to work with common JavaScript library and it fixes common problems.
The purpose of this library is to reduce the amount of JavaScript for simple things and to improve maintainability.

# Dependency
The only requirement: the jQuery library must be loaded before loading the more.js script.

- jQuery (mandatory)
- select2 (optional)
- jQuery-ui (optional)
- stacktable.js (optional)

# Features
- Initialize select2 with a place holder text.
- Initialize the datepicker component of jQuery-ui.
- Prevent double submission of forms
- Disable autocomplete
- Initialize stacktable

# Copyright and license
Code released under the MIT license.