I am currently working on a web application using Wicket and have started using the jQuery (UI) core in it today. I ran into a problem that I decided to fix as a jQuery (show (), slideDown ()) function, which interferes with some of the javascript Wicket created for the external link link.
Before delving into this project, I wonder if anyone has similar experience. Are there many places where jQuery effects / actions collide with generated Wicket javascript / HTML? Are there any clean ways to avoid this or mitigate it?
I saw Wicketext as possibly the cleaner βintegratorβ of the two, but basically it seems to be just a way to make more jQuery-ish code in Java instead of JS.
source
share