Displaying 1 result from an estimated 1 matches for "testdata4".
Did you mean:
testdata
2005 Dec 24
2
Ajax Help: Multiple Updates - ?
...ot;detail2", :position => :top, :content => "testData2" ) +
update_element_function(
"detail3", :position => :top, :content => "testData3" ) +
update_element_function(
"detail4", :position => :top, :content => "testData4" )) %>
I don''t get any errors, but the testdata is not inserted into the divs
either.
The example in the book replaces the :update with a :complete, but this
is done on a "link_to_remote()" not on a "remote_function()" as I have
done... I assumed that thi...