search for: auto_complete_on_select

Displaying 3 results from an estimated 3 matches for "auto_complete_on_select".

2006 Mar 29
0
auto_complete_on_select don''t work correctly
...style="display:none">3.0</span> </li> </ul> I want in <input id="inputlat" type="text" value="-" /> the value 1.2 and in <input id="inputlong" type="text" value="-" /> the value 3.0 I have used auto_complete_on_select but not work.Any suggestion? The code is: function auto_complete_on_select(element, selectedElement) { document.getElementById(''inputlat'').value = selectedElement.childNodes.item.getElementsByTagName(''span'')[0].innerHTML; document.getElementById(''...
2006 Feb 16
2
Autocompleter question
Hey all, When using the Ajax.autocompleter, how would I configure it so that the user is searching based on an entry''s name, but once they select an entry, I record the ID? I have the user entering a person''s name in a text box to make it easier to find contacts in a large database. I know that I can display content that doesn''t end up in the textbox by using
2006 Mar 09
15
regular expressions slay me
I am furiously trying to find what I am looking for in Pickaxe book and not finding it. I''m getting some values back from a posted form and I need to get the ''id'' number off the backend. The ''String'' will always come back to me as... Some_name\r\n123 where 123 is actually the id number which I need to execute the find. The reason they are coming back