资 源 简 介
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 : De