Web Connection
wwAutoComplete::OnClientSelection
Gravatar is a globally recognized avatar based on your email address. wwAutoComplete::OnClientSelection
  Luca
  All
  Jun 3, 2020 @ 02:32am

Dear Rick,
in your example you show how to assign values to other controls:

<script>
function autoCompleteOnSelection(evt, ui) {
   // assign the text box
   $("#txtSymbol").val( ui.item.value + " " + ui.item.exchange);
   
   // but now assign another value based on custom fields
   $("#divCompany").text( ui.item.company );
}
</script>

Please, how is it possible to call a page function from AutoComplete?
Thank you very much for support

© 1996-2024