search for: addresslist

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

Did you mean: address_list
2006 Aug 02
0
"RJS Error: TypeError: $(element) has no properties"
...element) has no properties?. is this a rails, rjs or prototype bug? or am i missing something? see my code below # i am rendering forms via partial collection <%= render :partial => "address/update", :collection => @person.addresses %> # the partial <div id=''addresslist<%= update.id %>''> <div id=''deletebutton''> [<%= link_to_remote ''x'', :url => {:controller => "address", :action => "destroy", :id => update.id} %>] </div> <%= form_remote_tag( :url => { :con...