search for: word20

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

Did you mean: word2
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 => ''text/css&...