E-mail List Archives
Re: Tabindex and initial focus
From: Swift, Daniel P.
Date: Feb 1, 2018 11:32AM
- Next message: Sandy Feldman: "accessible shopping carts"
- Previous message: Jonathan Avila: "Re: Tabindex and initial focus"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Tabindex and initial focus"
- Previous message in Thread: Jonathan Avila: "Re: Tabindex and initial focus"
- View all messages in this Thread
Good call, Jonathan:
$(document).ready(function() {
$('input').each(function(){
if ($(this).attr('tabindex') > 0)
$(this).attr('tabindex', 0);
});
});
Dan Swift
Senior Web Specialist
Enterprise Services
West Chester University
610.738.0589
- Next message: Sandy Feldman: "accessible shopping carts"
- Previous message: Jonathan Avila: "Re: Tabindex and initial focus"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Tabindex and initial focus"
- Previous message in Thread: Jonathan Avila: "Re: Tabindex and initial focus"
- View all messages in this Thread