Added Accesskey for menu links 1 to 7.

ALT + 1-7
This commit is contained in:
Brinken
2012-03-20 09:45:04 +01:00
parent 5f927a6cdf
commit b565629b2d
8 changed files with 167 additions and 122 deletions
+5
View File
@@ -69,3 +69,8 @@ function rotate(degree) {
setTimeout(function() { rotate(++degree); },30);
}
});
//Acesskey
$(document).ready(function(){
$("dataTables_filter div input").attr("acesskey", "a");
});