facebox_render icon indicating copy to clipboard operation
facebox_render copied to clipboard

FaceboxRender is a Rails plugin let you use lightbox seamlessly using Facebox library (http://famspam.com/facebox/)

Results 3 facebox_render issues
Sort by recently updated
recently updated
newest added

The plugin is great! It seems to be everything ok but it's throwing an error "a.H is undefined [Break on this error] a("#facebox .body").n().p("normal");a(...facebox .content").w().g("content"); ". I am using jquery...

def facebook_link_to should initialize html_options to a hash, not nil, to avoid nil error: ``` def facebox_link_to(name, options = {}, html_options = {}) link_to_function(name, "jQuery.facebox(function(){ jQuery.ajax({data:'authenticity_token=' + encodeURIComponent('#{options[:authenticity_token]}'), dataType:'script', type:'#{options[:method]}',...

This does not work, shows "symbol to string" error: Plugin only works if link is specified using the old method: {:controller => 'posts', :action => 'index'} %> Source: http://stackoverflow.com/questions/3310682/facebox-and-rails-not-working