반응형
jQuery Autotab: Auto-tabbing and filtering for forms
jQuery Autotab is a plugin that gives you auto tabbing and filtering of text fields within a form. It greatly improves form usability and helps reduce the amount of bad data submitted.
jQuery Autotab
Autotab is a jQuery plugin that provides auto tabbing and filtering on text fields in a form. Once the maximum number of characters has been reached within a text field, the focus is automatically set to a defined element. Likewise, clearing out the text field's content by pressing backspace eventually places the focus on a previous element.
Why jQuery Autotab?
- Auto tabbing behaves logically, in both tabbing forward and tabbing backwards.
- Allow your users to easily modify your text in a tab that would otherwise auto tab away.
- Reduce the amount of bad data submitted in a form by filtering text fields.
- Populate multiple text fields by pasting into one.
- Enhance text fields by auto tabbing when a specific character is pressed.
- It is small, fast, easy to load and built on the powerful jQuery library.
Demo
Always running the latest and greatest version of Autotab: http://autotab.mathachew.com/
Angular and Knockout demos are also available.
.
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[jQuery] random UL LI 리스트 랜덤 (0) | 2014.11.13 |
---|---|
[jQuery] typeof 어떻게 사용하나? 자주 쓰는데. (0) | 2014.11.07 |
[Node.js] The Node Beginner Book (0) | 2014.10.30 |
[jQuery] scroll event - 스크롤 이벤트 scroll start, scrolling, scroll stop (0) | 2014.10.24 |
[jQuery] NoUiSlider: A tiny range slider (0) | 2014.10.20 |