Need to disable JQuery Table navigation when focus in on an input field -
I have to disable an input field when I have a focus, I could tie it in the keypress / key down event and What table navigation does this support for some? Any other suggestions are welcome.
The appearance of the documentation appears to be such that you can do something like this:
< Pre> $ (": input.myField"). Focus (function {$ .tableNavigation ({disabled: true}}} .blur (function () {$ .table navigation ({disabled: wrong}};});
This assumption is based on the documentation based on the following statement:
Just call jQuery.tableNavigation to update the options used New options. < / P>
Comments
Post a Comment