TextArea word count monitoring and regular monitoring on the mobile side

Source: Internet
Author: User

Mobile Friends may encounter input box input number of words, naturally think of KeyDown keyUp event, but the fact is not as you think, when you are operating on the iOS phone (Android seems to be very rarely this case), on the keyboard after the word selection text, this time there is no Punish anything, at this point the click is not the keyboard nor the page document is not any DOM node and does not trigger KeyDown keyUp:

At this point we can use: the input event

<textarea name= ' intro ' ></textarea>$ (' textarea[name= ' intro "] '). On (' input ',function () {  if().val (). Trim (). length >= 0 && $ (this).val (). Trim ().  Length <=) {console.log (70-$ (Thiselse  {console.log (0); }});

TextArea word count monitoring and regular monitoring on the mobile side

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.