I am using angular gridster, and I want to be able to do stuff like remove an item or disable it temporarily.
How to remove a single widget from gridster.js by his dynamically created id HighStocks draggable element interfering with gridster dragging
However, when I try to use the line $('.gridster ul').gridster().data('gridster');, I gett an error TypeError: $(...).gridster is not a function