Event when an object is added to a sortable?
I have a sortable that sometimes has elements added to it dynamically. The new elements are sortable out of the box. The trouble I am having is that I do some work when the order of the sortable has changed (using the stop event). I would like to also run this code when a new element is added to the sortable, but I can't seem to figure out how to determine when that happens.
I would add the code into the new element code instead, but I am using a plugin to handle that and I don't really want to muck with it.
Thanks