Skip to main content

All Questions

0 votes
1 answer
639 views

Autocomplete is not working for same input in jquery

source code: https://jsfiddle.net/8pma5hr4/2/ I'm using jquery autocomplete for my search box when I giving an input, it is showing suggestion matching that input, after that I cleared the input ...
LogaKrishnan's user avatar
0 votes
1 answer
492 views

Awesomplete plugin go to url on select

I have Awesomplete plugin and it returns me value from API. That's all working but I want to have possibility go to url on select, I was trying with windos loaction but without success. So far my ...
mijok's user avatar
  • 201
0 votes
1 answer
560 views

Html autocomplete get input value not working

I am using twitters typeahead plugin for my project. I am trying to get the value of input element after the user selects from the list suggested by the autocomplete using the following code My html: ...
user avatar
0 votes
1 answer
863 views

Can I pre-populate jQuery auto complete field with values selected from another jQuery autocomplete field?

I am using jQuery UI's auto complete in my form. I have two sections of the form one shows up after submitting the first one, I need to pre populate another auto complete field in the second section ...
savvy's user avatar
  • 101
1 vote
2 answers
4k views

Jquery Autocomplete with multiple selections on combobox

I have some existing jquery autocomplete code which has all of the functionality that I need. The autocomplete searches combobox for matches that start with first character. All I need to do is add ...
dmoses's user avatar
  • 91
0 votes
1 answer
1k views

onBlur clear tt-input on bootstrap-tagsinput if not tagged

i m using jquery bootstrap-tagsinput, value should be select from suggestion list only, if not it will showing 'no record Found', But actual problem is if value not selected means onBlur i need to ...
Selvakumar's user avatar
2 votes
2 answers
374 views

Pixabay jQuery autoComplete escape issue

I asked in repo's issues but am not getting an answer. https://github.com/Pixabay/jQuery-autoComplete/issues/65 The quotes get listed within the dropdown. But when selected am getting issues with the ...
rgfx's user avatar
  • 338
1 vote
2 answers
767 views

I want to link matching text using easy autocomplete jquery plunging

Hi guys I face a problem with easy autocomplete jquery plunging. I have successfully installed this in my site but I have a simple issue. i want link this I want link this with a external herf link....
Jahid - WordPress Developer's user avatar
0 votes
0 answers
22 views

How do I use a disable method in combination of another initialization?

I am using the following autocomplete plugin: http://www.richwidgets.io/api/classes/autocomplete.html What I would like to achieve, is to have all fields with the class .autocomplete be transformed ...
digifrog's user avatar
1 vote
0 answers
113 views

JQuery Autocompete (devbridge) show suggestions

I'm currently using devbridge JQuery-Autocomplete. I can't seem to find a way to manually trigger opening the options. Does anybody know a way to achieve this? It needs to trigger on focus, with an ...
Daniel Higueras's user avatar
0 votes
1 answer
415 views

Adding Autocomplete to my jquery plugin input field

I am looking to add autocomplete to my jQuery plugin input field and support jQuery 1.7+, something lightweight preferably. Looking at bootstrap 3 js requires jQuery 1.9+, so I scrapped that off the ...
StevieB's user avatar
  • 6,463
0 votes
1 answer
34 views

Jquery writing a plugin with 3rd party library i.e. autocomplete

Just wondering what the correct action is when creating a jquery plugin which consists of search tool which is a single input box on the users page and want to include another library like twitter ...
StevieB's user avatar
  • 6,463
0 votes
2 answers
3k views

jQuery Autocomplete Plugin 1.2.3 responsive width dropdown

Has anyone used this autocomplete plugin currently in github? when you call the autocomplete function you can pass the width variable in pixels of the dropdown box, i.e. "width:200,". I want the ...
user1052096's user avatar
1 vote
0 answers
192 views

jQuery UI Autocomplete does NOT filter items in the List

I use jQuery UI Autocomplete to help user find a proper product. Well, I have an html piece of code: <input id="product_name" name="product" /> I pasted a JS code to fill the field: $(...
Kamil Davudov's user avatar
1 vote
0 answers
149 views

Add control inside jQuery autocomplete and refresh list

I am displaying ranking information (How many times the list item got selected) for each item in jQuery auto complete result. Now I want to add a control inside the autocomplete for each item and ...
gokul731's user avatar

15 30 50 per page
1
2 3 4 5
7