$(document).ready(function() { $('#buildIndex').click(function() { var $button = $(this); if($button.data('confirmed')) { buildIndex($button); return false; } bootbox.confirm($button.data('confirm'), function(result) { if(result) { $button.data('confirmed', true); buildIndex($button); } }); return false; }); }) function buildIndex($button) { $('#resultTR').show(); toggleButton($button, 'disable'); $.getJSON($button.attr('href'), function(response) { if(response.result == 'finished') { $('#resultBox').append("