All Questions
144 questions
1
vote
1
answer
267
views
Auto Complete searching with ignoring special character
I am working on auto-suggestion through jquery plugin typehead the issue is i have some words with special character if i not type with special character then the word is not appear in suggestion ...
0
votes
0
answers
127
views
my autocomplete not working in codeigniter + mysql
I tried to populate data with autocomplete, but it seems did not work. I'm using JQuery Min V2.2.4, JQuery UI, and Codeigniter 3 with Bootstrap 3. When I tested the autocomplete with raw data, it did ...
1
vote
1
answer
684
views
How to add autocomplete to dynamically added input fields? The autocomplete does not work on the dynamically added input fields
These are the input fields which get added.
When the add button is clicked the table with id table-field gets appended with a new row
<tr>
<td>
<input type="...
1
vote
0
answers
70
views
How to display multiple field from database inside autocomplete input
Hello here is my problem.
I have an autocomplete input that retrive data from my database that shows me an image and a text. What I want to do is add another text next to it but from another field. ...
-1
votes
1
answer
37
views
How to fix autocomplete into two databases that appear with Codeigniter?
I made an autocomplete with Codeigniter, but the data that appears is only one data such as the example I searched for data: 1011 ..., the data that appears is only numeric, whereas I want to display ...
0
votes
1
answer
1k
views
Materialize autocomplete using php, mysql and jQuery
I'm using materialize autocomplete to get suggestion list from my database table. I give the source as php file in which I'm echoing the json file. Below is the code. It's not working. why?
index.php
...
-2
votes
1
answer
430
views
jQuery Autocomplete KEYUP vs KEYPRESS vs KEYDOWN
I have a large dataset about 300,000 records, and on top of that there is very little I can add to the query to whittle it down OTHER than what is typed in the search box.
The difference in keyup vs ...
0
votes
1
answer
913
views
Laravel & JQuery: Display mysql row data if ID is set
I have manage to get autocomplete data with typeahead search tutorial where I change in a way that now searching by three columns instead of one. So, when I start typing in search field autocomplete ...
0
votes
1
answer
569
views
jQuery autocomplete - search by multiple values
I would like to use jQuery Autocomplete plugin to create a user search function, and get informations from my MySQL database.
I could search an user by his name, lastname, phone number or mail ...
1
vote
3
answers
1k
views
Using JQuery auto complete with php/mysql not working
I am trying to use a code that was flagged as working and I am not getting any results, it's just empty. Notes: The MySQL does return results if run alone, so it's not an sql thing. Any suggestions?
...
0
votes
0
answers
16
views
autocomplete with jquery and mysql [duplicate]
I am trying to make the following code to work with results from mysql database table. The autocomplete suggestions will come from the database table. I have tried to make a foreach loop with mysql ...
0
votes
1
answer
1k
views
how to set autocomplete to show data from another table in laravel (OneToMany Relationship)
I have two tables, "patient" and "booking" table. There is a "One to Many" relationship between them. I want to set up a search form in an index_booking page where a user can type a patient_name on it ...
0
votes
1
answer
648
views
MaterializeCSS Autocomplete PHP MySQL
I need to make a autocomplete input in materialize css page,
I've tried this code but did not work. Do you have any idea how to make this possible?
From here Autocomplete Textbox using jQuery, PHP and ...
0
votes
0
answers
820
views
How to make autocomplete show data from another table in Laravel
i have tow table "patient" table and "booking" table , and there is a relationship "One to Many" between them ,i want to set up a search form in index_booking page where user can type a patient_name ...
0
votes
1
answer
58
views
Autocomplete implementation in cakephp 2.4
Hello Guys i am very new to cakephp and i want to implement autocomplete in my project. I have downloaded two javascript file jquery.autocomplete.js and jquery.autocomplete.min.js and placed them both ...