Displaying 1 result from an estimated 1 matches for "ajaxtitl".
Did you mean:
ajaxtitle
2006 Nov 04
0
need help with observe_field
...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 ''bookmark_address'',:frequency => 0.5,
:update => ''ajaxtitle'',
:url => {:action => ''bookmarkaddress'...