You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by hariharansrc <ha...@gmail.com> on 2011/07/13 18:51:46 UTC

Adding a javascript function to wicket

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Adding a javascript function to wicket

Posted by Pepijn de Geus <pd...@me.com>.
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 <ha...@gmail.com> 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: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
> 
> 
> 
> -- 
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Adding a javascript function to wicket

Posted by Martin Grigorov <mg...@apache.org>.
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 <ha...@gmail.com> 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: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org