Se você quer chamar um evento ao abrir o modal (light box) do Twitter Bootstrap, utilize o seguinte código:
$("#id_da_div").on('shown', function() { alert('Abriu a light box'); // funções que deseja });
Esta função será executada quando a div identificada acima (#id_da_div) for aberta.
faz um tutorial de como usar bootstrap