Adds auto sets or retrieves the index that defines the tab order for the object to JQuery.
Load after JQuery:
<script src="http://code.jquery.com/jquery-x.x.x.min.js"></script>
<script src="jquery.autotabindex.min.js"></script>autotabindex() Can optionally override some or all of the following defaults:
foo.autotabindex({
list: '', // list of elements
classname: '' //CSS Class
});