Jquery Facebox 插件不起作用
我从famspam.com/facebox 下载了facebox。 然后我将facebox.js添加到public/javascripts文件夹中,并将facebox.css添加到public/stylesheets中
然后我在原始Jquery库版本1.4之后将此文件包含在我的application.html.erb中
最后,我将rel属性设置为我的a href 标签尝试使用 Facebox,但它没有出现。单击带有 rel="facebox"
的链接时,我只在当前的浏览器选项卡中看到一张图片。
请帮我处理 Facebook 的问题。
I downloaded facebox from famspam.com/facebox.
Then I added facebox.js to be in public/javascripts folder, and facebox.css in public/stylesheets
Then I included this files in my application.html.erb AFTER original Jquery library ver 1.4
The last, I set a rel attribute to my a href tags to try to use Facebox, but it doesn't appear. When clicking on the link with rel="facebox"
, I just see a picture in my current browser tab.
Please, help me with facebox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你调用facebox() onLoad了吗?
Did you call facebox() onLoad?
您还需要设置图像在哪里(关闭图像并加载图像)
Also you need to set where is the images (close image and load image)