开发者

Lightbox/Facebox Gem for RoR

开发者 https://www.devze.com 2023-03-24 19:17 出处:网络
Does anyone know any gem similar t开发者_运维知识库o Facebox Render (using Facebox) or any other similar gem with similar functionality? Loading images, links and divs in jQuery popup windows?

Does anyone know any gem similar t开发者_运维知识库o Facebox Render (using Facebox) or any other similar gem with similar functionality? Loading images, links and divs in jQuery popup windows?

Facebox Render is not working with the new rails path. 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. Its not a gem, but still a great js library

0

精彩评论

暂无评论...
验证码 换一张
取 消