public void onModuleLoad() {
JQueryLibClientBundle bundle = JQueryLibClientBundle.INSTANCE;
logger.log(Level.INFO, "Injecting jquery javascript script element.");
ScriptInjector.fromString(bundle.jquery().getText()).setWindow(ScriptInjector.TOP_WINDOW).inject();
}
}