function confirmDelete(obj, link, callback) { $.post(url, {}, callback); } confirmDelete({}, 'link', function() { alert('Удалили'); });