For my show action, I render show.js.erb. This happens when I click a link_to set up with a :remote => true option. How can I set it up so this is triggered on hover?
For my show action, I render show.js.erb. This happens when I click a link_to
Share
Create a link with an attribute that won’t trigger the Rails-UJS driver:
and then wireup your own event: