I want to add a callback to a jquery widget. As an example, I see that callback in the draggable widget are all wrapped in the following:
$.ui.plugin.add("draggable", "connectToSortable", { // callbacks in ...
I added a callback to a jquery widget. It will output data in the console but how do I get it to apply something to the data in the page? Example... in my ...