who can show me some demos about how to write jquery in wicket 6.x,
target.prependJavaScript("$('#" + btn.getMarkupId()
+ "').css({'background':'blue'});");
@Override
public void renderHead(IHeaderResponse response) {
// TODO Auto-generated method stub
super.renderHead(response);
response.render(JavaScriptHeaderItem.forScript("alert('hello')", "jsjs"));
}
but I think this is not very convenient, There are other ways to write
jqeury?? beacuse somebody tell me Apache Wicket 6 Released With Integrated
jQuery Support,,but i have no idea about it.
THX...
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/how-to-use-wicket6-write-jquery-tp4656849.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]