I would like to use lightbox (pirobox) f开发者_StackOverflowor dynamically generated images. I use standard method - load css, js files and add selector on element, but it doesnt work. Have you any experiencies with it?
I Also try
$('.pirobox').bind('click', function() {
   $('.pirobox').piroBox({
      my_speed: 400, 
      bg_alpha: 0.3, 
      slideShow : true, 
      slideSpeed : 4, 
      close_all : '.piro_close,.piro_overlay'
   });
});
It is solved. Add this code after generating links.
$(document).find('a.lightbox').lightBox();
Use live instead, it can be used for elements present now or future (in your case).
$('.pirobox').live('click', function() {
   $('.pirobox').piroBox({
      my_speed: 400, 
      bg_alpha: 0.3, 
      slideShow : true, 
      slideSpeed : 4, 
      close_all : '.piro_close,.piro_overlay'
   });
});
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论