Mathachew / jquery-autotab

A jQuery plugin that provides auto tabbing and filtering on text fields in a form
http://autotab.mathachew.com/
366 stars 98 forks source link

Remove or suspend auto tab and filtering #4

Closed Mathachew closed 10 years ago

Mathachew commented 10 years ago

Provide a way to disable auto tabbing and filtering, with a similar feature to re-enable the feature. Disabling one or both should be possible as well.

Mathachew commented 10 years ago

Decided on making this feature simple by turning auto tab and filtering off when called. I wanted to use custom events and just remove or restore them, but the keydown and keypress events gave me trouble and I couldn't get anywhere close to what I wanted. Afterwards, I decided disabling one or the other probably wasn't worth the dev time.

Added in 180eab2c5a80a70e20a9e371642beab8b3e748f8