[jQuery] Re: tabindex for beginners

2008-11-26 Thread gil_yoktan
Hello Mark. Thanks for responding. It still doesnt work. (jQuery 1.2.6 with IE 6.0 sp2 for XP) When I run it like this I get the error "Microsoft JScript runtime error: Object doesn't support this property or method" in jQuery.js "jQuery.readyList.push(function(){return fn.call(this,jQuery);})" i

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

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