I use jQuery UI Layout plug-in to implement my page layout (splitter).
But I failed when the layout is loaded dynamically (AJAX view loading).
Can the layout plug-in be used in dynamic load layout page?
My situation:
- Load page via AJAX from server, the page is matched rules of UI layout.
- Use UI layout plug-in to initialize layout, but it can't work.
Thanks.