jQuery klik atribut data

    $( "[data-spinner]" ).live( "click", function () {
        console.log('clicked');
    } );
Heenok