开发者

Struts jQuery UI Accordion - Disable enter/space keypress

开发者 https://www.devze.com 2023-03-26 19:36 出处:网络
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 t

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

精彩评论

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

关注公众号