Displaying 1 result from an estimated 1 matches for "notediv".
Did you mean:
noted
2005 Oct 11
2
Pushing Javascript Helper to external file.
I have a table and when I mouseover a row I want a pop-up with some
additional information for that specific row (called remotely).
I can do this easily with something along the lines of...
onmouseover="<%= remote_function(:updated => "notediv", :loading => "
Element.show(''note'');", :url => {:action => ''get_note'', :id =>
inventory.id<http://inventory.id>})
-%>" onmouseout="Element.hide(''note'')".
Okay, the problem with that is, when s...