简体   繁体   中英

Lightbox/Facebox Gem for RoR

Does anyone know any gem similar to 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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