Hi,

you should check for JavaScript errors (if any) with a dev tool like FireBug.
Hello, I updated my application to use Jquery 1.9.1, for this I added the
following to the Init method of my application class.

JavaScriptResourceReference resource = new JavaScriptResourceReference(
                                MyApplication.class,
                                "../../../assets/js/jquery-1.9.1.min.js");
                getJavaScriptLibrarySettings().setJQueryReference(resource);

When it is updated, I have problems, for example AjaxLazyLoadPanel icon,
remains loading infinitely. Does anyone knows what could it be?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Problems-when-upgrading-Jquery-tp4659019.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to