search for: abortcallandshowdiv

Displaying 1 result from an estimated 1 matches for "abortcallandshowdiv".

2005 Oct 11
2
Pushing Javascript Helper to external file.
...e row, it loads the data from all those rows, causing a lagged response. I need to abort the remote call in onmouseover. This isn''t a huge problem. I have to remove the :loading part from my helper function and do it myself, but in the end I can do something like this... onmouseover="abortCallandShowDiv(); tempvar = <%= remote_function(:update=>''notediv'', :url => {:action => ''get_note'', :id => inventory.id <http://inventory.id>}) -%>" And that works, but now I''m serving twice as much data as I need to. The purist in me real...