The plugin page, http://nadiana.com/jquery-confirm-plugin

The span class of "remove" is a gray box that turns red on hover.  It
functions as a link to an ajax delete method.

I want to mouseover the box and bring up the Yes/No confirmation
buttons.  Have been at it for a couple hours now.  Help greatly
appreciated.  Thank you.

<%= link_to_remote "<span class=\"remove\"></span>",
  :url =>  { :controller => :actions,
                   :action     => :remove,
                        :id         => action  },
   :html => { :onmouseover => "???" } %>

At this point, any of the available methods will suffice, to get the
juice flowing.

Reply via email to