Hi,
I'd like something simple I guess but I dunno how to do it. It's for the Accordion widget but it's the some for all widget.
Well, I'd like to destroy the _keydown method.
- $.widget( "ui.accordion", {
- _keydown: function( event ) {
- // blah
- },
- // reblah
- });
Well I want to kill it because I already have the keys UP and DOWN used for the navigation, it breaks it :(
Thanks.