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

Change Event on every input field #78

Open hetzge opened 9 years ago

hetzge commented 9 years ago

Thanks very much for this greate jQuery Plugin. It looks like not on every input field a change event is fired if i copy paste a longer string over multiple fields.

I added a $(this).trigger('change'); in the 'autotab-next' event handler to solve this problem for my case. But i am shure there is a nicer solution.

Mathachew commented 9 years ago

Do you have a page where I can view this?