[jQuery] FaceBox and button
I have: <button title="Adaugare stocuri initiale" name="adaug"
id="adaugop" class="buton"> and jQuery("#adaugop").click( function()
{
jQuery.facebox($('#idadaug'));
});
where #idadaug is a div. When click a button, first time show div
in facebox good, but second time not show not show only a facebox
empty ?? Why??