preventDefault() not stopping default browser behavior for Ctrl-PgUp and Ctrl-PgDn in Using jQuery 1 year ago I'm trying to implement WAI-ARIA keyboard controls for an accordion, and I'm stuck on getting Ctrl-PgUp and Ctrl-PgDn to work correctly. I've written the code to handle the correct behavior for the accordion, but I can't stop certain browsers ...