Makisu
Makisu copied to clipboard
Implement API Callback functions
It would be an improvement if every API call could also have a callback function as an option.
Currently some like this is not possble:
$(".list").makisu('close', function () {
//Some function
});