Displaying 1 result from an estimated 1 matches for "inputlat".
Did you mean:
inputdat
2006 Mar 29
0
auto_complete_on_select don''t work correctly
...;
<li>
<span class="comune_name">pippo</span>
<span class="lat" style="display:none">1.2</span>
<span class="long" 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, sele...