+This call back function will be invoked as soon as the user drags an HTML element onto the Gridstack grid, the function parameter `el` will contain the HTML element which was dragged onto the Gridstack Grid. The callback function written above prevents a Gridstack subgrid from being dropped inside of another Gridstack subgrid (Gridstack Grids have class attribute of `.grid-stack`, the callback function in this case makes sure that the HTML element entering the grid doesn't contain any Gridstack grids). See [example](http://gridstack.github.io/gridstack.js/demo/two.html)
0 commit comments