Skip to content

adw0rd/jquery-cleverfocus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-cleverfocus

Set the focus to the desired form element when text is entered without a focus.

How to use

Example html:

<input id="search_input" />

Example javascript:

$("#search_input").cleverfocus({
    keypress_limit: 3
});

When you reach keypress_limit, then it will set the focus to the desired input and input will fill the data which you entered.

About

Set the focus to the desired form element when text is entered without a focus

Resources

License

Stars

Watchers

Forks

Packages

No packages published