RE: jQuery Mobile styling disappears after Wicket ajax update

2012-01-26 Thread Bodis, Jerome
Correct me if i'm wrong, but with normal jquery event handlers get lost if an element has changed. That's why you have to reattach them with on()/live(). Maybe this is the case? If it's only the css class you could try to add them with AttributeAppender/Modifier. -Original Message-

RE: jQuery Mobile styling disappears after Wicket ajax update

2012-01-26 Thread Hielke Hoeve
(IHeaderResponse) function of any component to render resources and domready events for that component Hielke -Original Message- From: Bodis, Jerome [mailto:bo...@uni-mainz.de] Sent: donderdag 26 januari 2012 9:03 To: 'users@wicket.apache.org' Subject: RE: jQuery Mobile styling disappears after