Hi, Just use the JavaScriptResourceReference provided by WiQuery: response.renderJavaScript(WiQueryJQueryJavaScriptReference.INSTANCE) // or whatever is the exact name of this reference
On Tue, Aug 13, 2013 at 12:40 PM, Tobias Gierke < [email protected]> wrote: > Hi, > > We're using WiQuery + Wicket (both are version 1.5.x so JQuery is not a > part of Wicket) and I have a page without any WiQuery components where I > want to use JQuery functions in some custom JavaScript. > > What's the correct (=most upwards compatible/cleanest) way to reference > the JQuery version that comes with WiQuery ? > > Thanks, > Tobias > > -- > Tobias Gierke > Development > > VOIPFUTURE GmbH Wendenstraße 4 20097 Hamburg, Germany > Phone +49 40 688 900 111 Mobile +49 172 323 06 11 Fax +49 40 688 900 199 > Email [email protected] Web http://www.voipfuture.com > CEO Jan Bastian > > Commercial Court AG Hamburg HRB 109896, VAT ID DE263738086 > > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
