If you use WiQuery (which we do too, it's great), you can just let your component (Panel, WebMarkupContainer, Page) implement IWiQueryPlugin and implement statement().
On 13 jul 2011, at 20:01, Martin Grigorov wrote: > Browse the sources at > https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/jquery-parent > > On Wed, Jul 13, 2011 at 7:51 PM, hariharansrc <[email protected]> wrote: >> I want $(document).ready() a JQuery function to execute with wicket.I know i >> want to use wiquery but anybody tell how to call JQuery function using >> wiquery >> >> -- >> View this message in context: >> http://apache-wicket.1842946.n4.nabble.com/Adding-a-javascript-function-to-wicket-tp3665506p3665506.html >> Sent from the Users forum mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > > -- > Martin Grigorov > jWeekend > Training, Consulting, Development > http://jWeekend.com > > --------------------------------------------------------------------- > 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]
