search for: word01

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

Did you mean: word
2008 Apr 10
1
help on ajax autocompleter
the div list of words doesn''t get updated # controller class Words < R ''/words'' def get ("word01".."word20").each{|w| (@words ||='''') << "<li>#{w}</li>"} render :_list @words end end #views # def layout html do head do link :rel => ''stylesheet'', :type =>...