[jQuery] Problems with load function

[jQuery] Problems with load function


When i´m load a page some events dont work
like when i´m using tableFilter the css dont work, but in the page works great
when i´m using auto(filter) Hover for close images it´s dont hover,
but in the page works =/
Exist some special request to this works??
code from 1 load
$("#Listar").click(function(){                    
                $("#loader").load("listar_os.php",
                    {
                        acao: "listar",
                        cliente_id: $("#cliente_id [@selected]").val(),
                        sit: $("input[@type=radio][@checked]").val()
                    },
                     function(){
                        $("#loader").show();
                         }
                    );
                $.ajaxTimeout(5000); //milisegundosk            
            });    
--
my listar_os.php result a report table with some images and events using jQuery
[]´s Jean
www.suissa.info
Ethereal Agency
www.etherealagency.com