JQuery type Twitter text word limit with hint effect plugin _jquery

Source: Internet
Author: User
I've also introduced a similar effect to the jquery plugin jquery maxlength text word limit plugin, but this time the charcount deployment is simpler and has the ability to exceed the number prompts.
Simple deployment:

1. Load js:
Copy Code code as follows:

<script type= "Text/javascript" src= "Js/jquery.js" ></script>
<script type= "Text/javascript" src= "Js/charcount.js" ></script>

2.Html Structure:
Copy Code code as follows:

<form id= "form" method= "POST" action= "" >
<div>
<label for= "message" >type your message</label>
<textarea id= "Message1" name= "Message1" ></textarea>
</div>
<div>
<label for= ' message ' >another message (limited-warning at) </label>
<textarea id= "Message2" name= "Message2" ></textarea>
</div>
</form>

3.charCount plug-in settings:
Copy Code code as follows:

<script type= "Text/javascript" >
$ (document). Ready (function () {
Default usage
$ ("#message1"). CharCount ();
Custom usage
$ ("#message2"). CharCount ({
Allowed:30,
Warning:10,
Countertext: ' The remaining words: '
});
});
</script>

Demo Code
Package Package Download

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.