Displaying 1 result from an estimated 1 matches for "my_url_path".
2006 Nov 04
0
Prototype observe issues
...above action but firefox hated
that completely.
I also need to be able to remove the observer when I make a call to
RedBox plugin which opens up a form. I can do this in safari no
problem when using the following code:
<%= link_to_remote_redbox ''Click Here'', {:url => my_url_path
(@object), :method => :get, :loading => "Event.stopObserving
(document,''keypress'', Myapp. myObserver);"} %>
And I reset the observer if I click on the close link without
submitting the form without a problem at all. But again firefox hates
this.
Lastly I...