Skip to main content

Questions tagged [jquery-ui-autocomplete]

Autocomplete widget from jQuery-ui which enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.

jquery-ui-autocomplete
0 votes
0 answers
15 views

what php regex expression would do it for a preg_match_all to get desired strings out of a html string

i am struggling since days (my regex know-how is very much lacking...) to grab strings from an html string... i have a html string with repeating html like this: `<tr class="hintergrundfarbe2&...
Thomas Holst's user avatar
0 votes
0 answers
26 views

Jquery autocomplete with special characters

I'm using the jQuery autocomplete for city names. I had issues with accents and "ç" but it's good now. I still have issues with "-" though. For example, if the user type "...
Hejya's user avatar
  • 43
0 votes
0 answers
12 views

jQueru Ui autocomlete remote with image

This jQuery Ui Autocomplete code with image works perfectly well, but the image appears on top of the text, I would like the image to appear on the left and text on the right, like the photo. Any ...
tonydeleon's user avatar
0 votes
0 answers
48 views

Autocomplete jquery UI does not authenticate

When i try to fire the autocomplete in my TextBox it return me this error: localhost:44349 says: {"Message":" authentication failed","StackTrace":null,"ExceptionType&...
FColombati's user avatar
0 votes
2 answers
121 views

Autocomplete with multiple inputs asp.net core

person! I really need help, I'm trying to do an Autocomplete with multiple inputs in ASP.NET Core, but at the moment I'm only able to return one value. When I enter the person's name I can bind the ...
Tiago Procópio's user avatar
0 votes
0 answers
39 views

jQuery Autocomplete Firing to Wrong URL

I have a Jquery UI Autocomplete, defined like so: $('.postcode-lookup').autocomplete({ source: function(request, response) { $.ajax({ url: '/...
Josh Dredge's user avatar
0 votes
0 answers
32 views

Alignment of autocomplete and live data update script

I have a custom opencart price update module. I would like to extend this with new functionality. (This is a module that can update the same data. When you click on a value and change it, it will be ...
szentivanszkysandor's user avatar
0 votes
0 answers
12 views

Jquery UI Autocomplete muiltiple results

Morning So I have a input search box that will look up address data. result shown in list first input box e.g. LL1 1AA - 16 Addresses Found I then want to be able to click the option above to show the ...
user799306's user avatar
1 vote
1 answer
60 views

jquery ui-autocomplete is not showing the dropdown

In search box the ui-autocomplete dropdown has stopped working all of sudden. Server is returning the queryset but jquery is not executing response section. My html form: <form class="d-...
user3369417's user avatar
0 votes
0 answers
55 views

Why is my Jquery autocomplete not working on my search bar?

I have a search bar that should be visible in all my pages in django, however the autocomplete is not working. my base.html has the following: <link rel="stylesheet" href="//code....
Louvilla Limpin's user avatar
0 votes
0 answers
56 views

Disable mouse over scroll in autocomplete

I have a list like the scrollable result example. Link: https://jqueryui.com/autocomplete/#maxheight In this example, when we place the mouse on the last option, the scroll bar automatically descends....
Tiago Dantas's user avatar
0 votes
0 answers
16 views

How to add tooltip on mouse hover on autocomplete options [duplicate]

I have written a function which implements autocomplete on the input field. In this function I am making an ajax call to get the data and then binding it to the input field and every thing is working ...
Obraine's user avatar
  • 299
0 votes
0 answers
38 views

jQuery Mobile Autocomplete freeze all the page

I'm implementing an autocomplete form on a website so that mobile users can select a city. When they type the beginning of a French city, a list of cities is displayed underneath to select one. I used ...
Laurent Louis's user avatar
0 votes
1 answer
34 views

How to display result of autocomplete every property on separated Line instead using slash?

I work on an ASP.NET Web API. I face issue when I call the Web API using a jQuery Ajax request. My issue is autocomplete result display separated by slashes: Id - Name - Designation but expected ...
ahmed abdelaziz's user avatar
0 votes
0 answers
269 views

If You are using React Native v0.60.0+ you must follow these intructions to enable currentLocation: https://git.io/JF4AR

I'm getting a warning in my app that say : If You areusing React Native v0.60.0+ you must follow these intructions to enable currentLocation: https://git.io/JF4AR I'm working with React Native v0.72.4 ...
Iamfree Raps's user avatar

15 30 50 per page
1
2 3 4 5
142