try this:

$('a').each(function(i,e){
  $(this).attr('tabindex', i);
});

dennis.

[EMAIL PROTECTED] wrote:

or does anyone know how to make one? Something that will incrementally
number the tabindexes for all the hrefs on a page? It's a shot in the
dark, but worth trying to save all that effort!
Cherry :)

http://jquery.cherryaustin.com


Reply via email to