localServer上的featherlight.js(浏览器同步)无法正常工作

时间:2016-04-29 15:40:01

标签: javascript jquery lightbox browser-sync featherlight.js

我希望通过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添加结构,但它永远不会从“加载”更改状态。

即使没有选项的电话也不起作用。

0 个答案:

没有答案