I am using jquery layout plugin and creating a nested layout when I drag an image and drop on a section of jquery layout, works fine for first time but second time it's not working.
I am using following code on drop function of image - $("#mainContent").empty(); $("#mainContent").layout(DashboardGenerator.layoutSettings_Inner);