[jQuery] tabindex for beginners

2008-11-25 Thread gil_yoktan
Hello I finally managed to make jquery work for me. I want to set all input tabindex to -1 (not selectable by tab key). This is what I wrote (taken from the source of an example) script type=text/javascript $(document).ready(function() { // set tabs

[jQuery] tabindex for beginners

2008-11-25 Thread gil_yoktan
Hello I finally managed to make jquery work for me. I want to set all input tabindex to -1 (not selectable by tab key). This is what I wrote (taken from the source of an example) script type=text/javascript $(document).ready(function() { // set tabs