Navigable menus with keyboard in Javascript – Twitter bootstrap
I have a table in HTML with twitter bootstraps. When I click on the table javascript get an id and fills a Modal with information. Something like this: $('.table > tbody > tr').click(function() { //lots of things happens }); <div…