You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to change the url of one of my autocompletes on the fly in javascript. However using:
$('#input').yourlabsAutocomplete({'url': new_val})
does not update the url triggered. Do I somehow need to reinitialize the widget?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to change the url of one of my autocompletes on the fly in javascript. However using:
$('#input').yourlabsAutocomplete({'url': new_val})
does not update the url triggered. Do I somehow need to reinitialize the widget?
Thanks!
The text was updated successfully, but these errors were encountered: