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.
- Host: GitHub
- URL: https://github.com/doxakis/morejs
- Owner: doxakis
- License: mit
- Created: 2016-06-08T20:56:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T19:02:57.000Z (almost 10 years ago)
- Last Synced: 2026-02-07T09:35:43.365Z (4 months ago)
- Topics: javascript, jquery, js
- Language: HTML
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.