我希望通过browser-sync(node.js)在本地服务器上使用featherlight,但它不起作用。
现场羽毛灯效果很好,但我需要在本地服务器上进行开发。
我的链接设置
$.featherlight.autoBind=false;
$(document).ready(function(){
$('.js_link').featherlight({
namespace:'popup',
type:'ajax',
variant:'popup',
});
});
我也有选择:'closeIcon,otherClose,afterOpen'。 在afterOpen中我将内容包装在容器中。
当我点击本地服务器上的链接 featherlight 时,会初始化并向body添加结构,但它永远不会从“加载”更改状态。
即使没有选项的电话也不起作用。