Displaying 1 result from an estimated 1 matches for "txtbox_onchang".
Did you mean:
txtbox_onchange
2013 Nov 14
10
Render to clear textbox
...doesn''t clear the textbox). Does anyone know of a
simpler way to do this that might work? Thanks, RVic, partial below:
<input id="channel_channelnote_note" name="channel[channelnote_note]"
size="15" type="text" value="" onKeyUp="txtBox_onChange(this);"
onClick="txtBox_onChange(this);"/>
<div class="auto_complete"
id="channel_channelnote_note_auto_complete"></div>
<script type="text/javascript">
//<![CDATA[
var channel_channelnote_note_auto_completer = new
Ajax.Auto...