-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
This gem is fantastic!
The only issue I have is to trigger a Jquery callback on a button click. This code below doesn't work because when the page is loaded Jquery doesn't found the "button.card" because it has not been loaded by progressive_render yet. How can I make it work?
<%=progressive_render do %>
<button class="card" />
<% end %>
$('.card').on('click', function(){
THIS NEVER GET TRIGGERED
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels