onglet de changement de détection jQuery

if(keyCode == 9) {
    if(e.shiftKey) {
       //Focus previous input
    }
    else {
       //Focus next input
    }
}
Sparkling Squirrel