Restack layouts
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/Re-Layout.min.js"></script>
<script>
jQuery(function($) {
$("#myElement").relayout();
});
</script>