Archive for Februar, 2011

Preview for Struts2 jQuery Mobile Showcase

Posted by jogep on 28 Feb 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2

How to overwrite functions in Struts2 jQuery Plugin

Posted by jogep on 17 Feb 2011 | Filed under: java, jQuery, Struts jQuery Plugin, struts2

You want to enhance a default handler, fix a bug or just use an other jquery plugin as the default in Struts2 jQuery Plugin? Here is a short example hot to overwrite the handler function for the autocompleter in Struts2 jQuery Plugin. <sj:head /> <script type="text/javascript"> $.struts2_jquery.autocompleter = function($elem, options) { alert("my own autocompleter handler [...]