search for: detail4

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

Did you mean: details
2005 Dec 24
2
Ajax Help: Multiple Updates - ?
...Select a Dog</option> <option>Select a Frog</option> </select> <br> <div id="detail1"> </div> <br> <div id="detail2"> </div> <br> <div id="detail3"> </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(...