$('#btn-example9a-start').click(function() {
$('#example9a ul').playSpin({
manualStop: true
});
});
$('#btn-example9a-stop').click(function() {
$('#example9a ul').stopSpin();
});
$('#btn-example9a-start').click(function() {
$('#example9c ul').playSpin({
manualStop: true
});
});
$('#btn-example9c-stop').click(function() {
$('#example9c ul').stopSpin();
});
$('#btn-example9-start').click(function() {
$('#example9 ul').playSpin({
manualStop: true
});
});
$('#btn-example9-stop').click(function() {
$('#example9 ul').stopSpin();
});