search for: testdata1

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

Did you mean: testdata
2005 Dec 24
2
Ajax Help: Multiple Updates - ?
...t; </div> <br> <div id="detail4"> </div> # controller def updateDivs render(:layout => false) end # updateDivs.rhtml <%= javascript_tag( update_element_function( "detail1", :position => :top, :content => "testData1" ) + update_element_function( "detail2", :position => :top, :content => "testData2" ) + update_element_function( "detail3", :position => :top, :content => "testData3" ) + update_element_function( "detail4&quo...