My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

What is jQuery4Wicket ?

JQuery4Wicket uses Wicket to integrate jQuery and jQueryUI packaged resources on your web pages when you need it.

JQuery4Wicket makes you able to :
  • Write jQuery script on-the-fly
  • Use all jQuery functionnalities
  • Use all jQuery UI widgets and UI extensions (Draggables, Droppables, Accordion, Datepicker ...)
  • Use all jQuery Fx extensions
  • Handle jQuery callback functions on the server-side
  • Easily write your own JQuery4Wicket plugin based on an existing jQuery plugin

How it works in 3 steps

  • Step 1 : Add jquery4wicket jar in your Wicket project's library folder
  • Step 2 : Add the following code line in the web page you want to use JQuery4Wicket
  • JQCore.init(this);
  • Step 3 : Enjoy

Demo

You can see demos here.
Note : Demos are upgraded with each jquery4wicket version.

Downloads

Current release is 1.5.2.1b which works with jQueryUI 1.5.2b.
Release 1.6.0.0rc2 is coming in the next days.

Documentation

Project Javadoc is available here

Powered by Google Project Hosting