我试图在 ajax 加载时加载 jscrollpane,该函数似乎加载但它工作得不是很好,它的行为就像 jscrollpane div 中没有内容但它有!我不知道我做错了什么
$('#feedbackNoticia #noticia2').click(function(){
$.post('teste2.php', function(data){
$('#noticiasBox .descricao').fadeOut(200);
$('#noticiasBox .noticiaAberta').delay(200).fadeIn(200).html(data);
$('.ajax .pNoticias').jScrollPane();
});
});
当 ajax 文件加载“teste2.php”时,它会显示 jscrollpane 的 html 结构,正如您在检查器中看到的那样,但它不起作用,我不知道为什么。
您可以在此处查看示例,单击菜单 Notícias 然后向下滚动并单击最后一项 http://www.estudiocaju.com.br/homolog/dicavalcanti/