JsQuery is like the JsStatement, but it's strongly linked to a Wicket component. javascript
Basic uses java
WebMarkupContainer aComponent = new WebMarkupContainer("aComponent"); aComponent.setOutputMarkupId(true); aComponent.setMarkupId(aComponent.getId()); new JsQuery(aComponent).$().chain("find", JsUtils.quotes("ul")).render(false); // $('#aComponent').find('ul') new JsQuery(aComponent).$("ul").chain("find",