trigger when click star button
star
$('body') .on('click', '.js-toggler-target', function() { if($(this).attr('aria-label') == 'Star this repository') { console.log('good'); } })