,

Jquery Char Limit: Restrict the number of character input in any textarea or input box

You can restrict the number of character input in any textarea or input box.This plugin checks not only input by keyboard but also pasting any text by mouse it shows remaining char counting (optional) .There are more settings

Download: https://github.com/rothy1248/charlimit

Demonstration: https://github.com/rothy1248/charlimit

Plugin homepage: https://github.com/rothy1248/charlimit

Implementation:

$('.charlimit2').charlimit()
 
$('.charlimit2').charlimit({
    'limit':15, 
    'this_class':'democlass',
    'color':1,
    'disable':1,
    'position':'before'
 });

How to Search Item in List in JavaScript

Multi Step Form Using HTML and JavaScript

Form is the important part in web design. Form is the primary interface to the user by which user is…

How to Create Custom CSS, jQuery Autocomplete Plugin

Web developers often use autocomplete features in websites as a part of their work. Yet lot of good …

How to Make Sticky Sidebar Using jQuery and CSS

Sticky sidebar is an essential part of web development. Not in all cases but for some cases where ou…

Selectors, Animation, and AJAX – jQuery Tutorial And Examples

By now I’m sure you have grasped at least the basics and simplicity of the jQuery library. Now it’s …

s3Slider jQuery Plugin & Tutorial

The s3Slider jQuery plugin is made by example of jd`s smooth slide show script. Usage: HTML: Sample …