.remove_widget( el )
+.remove_widget( el, [callback] )
Remove a widget from the grid
@@ -259,6 +259,8 @@- el HTMLElement
- The jQuery wrapped HTMLElement representing the widget that you want to remove. +
- callback Function +
- Executes a callback when the widgets is removed.