JQuery Monitor Keyboard not input _jquery for a while

Source: Internet
Author: User

Monitoring for a period of time did not input can be used for simple input complete

The last implementation of a simulated input completion is to send the request to the background to obtain data and display to the foreground of the problem, where the core criterion is the definition of input completion.

Namely: User how to calculate input completes.

I use the standard is that when a text box, inside the contents of 1 seconds unchanged, it means that the user has no input within 1 seconds, indicating that the user has entered the completion, and then wait to return data. So how does jquery realize that there's no input in 1 seconds?

<! DOCTYPE html>
 

Principle

It's just such a thin piece of code. The principle can be summarized as follows:

Each time the user presses the keyboard, the current period is recorded, and then the time is determined in 1 seconds.

Lasttime because it is a global variable, so when the user in the input, lasttime is always changing, so a second later with Lasttime-e.timestamp, only the last pressed E.timestamp that time will be 0.

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.