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)
$(document).ready(function() {
// set tabs
$(':input').each(function(i, e) {
alert
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)
$(document).ready(function() {
// set tabs
$(':input').each(function(i, e) {
alert
2 matches
Mail list logo