Makisu icon indicating copy to clipboard operation
Makisu copied to clipboard

Implement API Callback functions

Open deadmanIsARabbit opened this issue 7 years ago • 0 comments

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
		});

deadmanIsARabbit avatar Jan 24 '18 12:01 deadmanIsARabbit