我正在使用历史插件,下面是我的代码:
1. 当我点击链接时,浏览器地址栏显示-http://.../test.html#gallery-1,如果将此地址粘贴到另一个窗口中不会自动打开fancybox,为什么?我错过了什么?
2. # 后面的名字怎么改?
$(".subjectwrap").fancybox({
helpers : {
history : true
}
});
<a class="subjectwrap" href="#contentinline">
<img src="img/test.jpg" height="200">
</a>
<div class="contentwrap" style="display:none" id="contentinline">
Lorem ipsum dolor sit amet
<img src="img/1.jpg" height="200">
</div>