Hi,

What kind of examples/snippets do you have in mind?
Wicket cannot substitute jQuery, and vise versa. For better user experience
I'd recommend to use JavaScript (jQuery) when possible.
E.g. using AjaxLink when you can use plain JS for some interaction is
actually bad practice.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Fri, Sep 25, 2015 at 5:51 PM, Mihir Chhaya <[email protected]>
wrote:

> Hello,
>
> I recently started digging little deeper into how Wicket 7
> converts/generates markup when adding JS or CSS resources at the
> page/component level.
> And that gave me an idea of contributing to the wicket community by showing
> code snippet (side-by-side) with pure JQuery and then how to achieve same
> with Wicket 7 (and resulting markup).
>
> I am not sure if there is already a place available for such or if anybody
> is working and I could join the efforts.
>
> Any suggestions/recommendations?
>
> Thanks,
> -Mihir.
>

Reply via email to