﻿//<![CDATA[
$(function () {
    $("div.defaultDiv").draggable({ revert: true, stack: "div.defaultDiv" });
});
//]]>
