When I bind a function to a link with $('a#link_id').click() and then I click the link, it runs the function and everything it's okay, but when I "activate" the button in another way (i. e. focusing with tab and then pressing barspace) it just doesn't works.
It happens the same with $('select#dropbox_id').change(): It works when I change it with the mouse but not with the direction arrows. Is there a way for achieving this whitout having to rebind manually with $.keyup()? I don't know, maybe I'm just missing an event.