I can't tell you all the rules for compatibility and interoperability with Wicket's own js library. I think you will find answers on that with web searches. But I can tell you that I use jQuery without problems. I use jsTree, jqModal and other components. I exchange data via Wicket HiddenField. Please note that Wicket generates the names of the hidden fields, so you might either want to override the names in Java or use ids to address the hidden fields in your js.
Bernard On Tue, 9 Mar 2010 10:36:04 +0100, you wrote: >Hi, > >I'd like to use jquery in my wicket application. So far, I need >tooltips. > >I think, I could use wiquery for that, right? On the wiquery homepage >the latest build is Revision 44 from 04/07/2009. Is that the most recent >one? > >Can I use jquery plugins in combination with wiquery, e.g. qtip >(http://craigsworks.com/projects/qtip/) > > >Thanks, >Thorsten > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
