Formulario de login/registro con facebox - rails
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<%= yield :headScripting %>Y luego en la vista que dispara el Javascript lo siguiente:
<% content_for :headScripting do %> jQuery().ready(function() { jQuery("#placeholder").load("<%= summary_model_path(@model) %>"); }); <% end %>