I'm using jquery with wicket. I use jqTransform to skin all of my form components. This all works fine until it comes to skinning components that are added via ajax. I have manged to recall the jqTranform function from wicket and they are redecorated however the problem is that the components are already rendered when they are re-skinned which causes them to briefly flash from the old style to the new style.
I am using wicket and jquery. I'm using the jqtransform to skin my form components. This all works fine until it comes to skinning components that are added via ajax. I do a call from my wicket application to the jqtransform function and it skins the newly added components however it reskins them after they are already rendered and you can see them flash from the old style to the new style??
So basically I just want to know how to reskin components added via ajax before they are rendered.