简体   繁体   English

RoR的Lightbox / Facebox宝石

[英]Lightbox/Facebox Gem for RoR

Does anyone know any gem similar to Facebox Render (using Facebox ) or any other similar gem with similar functionality? 有谁知道任何类似于Facebox Render的宝石(使用Facebox )或其他具有相似功能的相似宝石? Loading images, links and divs in jQuery popup windows? 在jQuery弹出窗口中加载图像,链接和div?

Facebox Render is not working with the new rails path. Facebox Render不适用于新的Rails路径。 For example is not working for: 例如不适用于:

<%= facebox_link_to 'Posts', posts_path %>

but needs: 但需要:

<%= facebox_link_to 'Posts', :url => {:controller => 'posts', :action => 'index'} %>

Thanks. 谢谢。

Try Colorbox . 尝试Colorbox Its not a gem, but still a great js library 它不是宝石,但仍然是一个很棒的js库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM