search for: bookmark_address

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

2006 Nov 04
0
need help with observe_field
Hey all, I''m trying to update a div everytime the value of my textbox is changed: here is _form.rhtml: <p><label for="bookmark_address">Address</label><br/> <%= text_field ''bookmark'', ''address'' , :size => 120 %></p> <div id="ajaxtitle"> <%= render :partial => ''bookmarktitle'' %> </div> <%= observe_field '...