开发者

Struts jQuery UI Accordion - Disable enter/space keypress

i'm trying to disable the enter key/spacebar press event for my accordion that is implemented using the struts jquery plugin. I found some information here about how to possibly do this by modifying the accordion js file, but i can't seem to f开发者_如何学Cind the accordion js file. Is it dynamically generated when the code is built? I have a struts jquery jar, but didn't find the accordion js inside of it.

Thanks in advance for any direction you can provide.

Thanks!


In this article explain how to overwrite the functions struts jquery plugin:

 <sj:head />
 <script type="text/javascript">
    $.struts2_jquery.autocompleter = function($elem, options) {
alert("my own autocompleter handler for "+options.id);
   };
 </script>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜