- Notifications
You must be signed in to change notification settings - Fork5
JoanClaret/max-char-limit-warning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Get a warning when the maximum char limit has been exceeded with a simple jQuery plugin
- Only 1 js file
- < 1Kb minified (495 bytes)
- Easy to implement
- Works with inputs, textareas.
Using bower
bower install max-char-limit-warning --save-dev
Using npm
npm install max-char-limit-warning --save-dev
ordownload the plugin from GitHub
Load them in the html
<!-- jQuery library (served from Google) --><scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script><!-- jcSlider Javascript file --><scriptsrc="jquery.maxcharwarning.min.js"></script>
or use Browserify
require('maxCharWarning');
<inputclass ="js-max-char-warning"placeholder="Your name"type="text"data-max-length-warning="limit exceeded"data-max-length="10"data-max-length-warning-container="name"/><spanclass="name"></span><!-- Display warning message here -->
Default initialization
<scripttype="text/javascript"> $(document).ready(function(){$('.js-max-char-warning').maxCharWarning();});</script>
★ Star and watchthis repo in order to stay updated with news about this plugin
- jcSlider: A responsive slider jQuery plugin with CSS animations
- html5 canvas animation: 3D lines animation with three.js
- slide and swipe menu: A sliding swipe menu that works with touchSwipe library.
- jquery dynamic max height : Dynamic max height plugin for jQuery with CSS animation
The MIT License (MIT)Copyright (c) 2015 Joan ClaretPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.
About
🔔 Get a warning when the maximum char limit has been exceeded with a simple jQuery plugin
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.