search for: detail1

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

Did you mean: details
2005 Dec 24
2
Ajax Help: Multiple Updates - ?
...;%= remote_function(:complete => evaluate_remote_response, :url => { :action => :updateDivs }) %>" > <option>Select a Person</option> <option>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...