Questions tagged as 'autocompletar'

1
answer

Typeahead js Autocomplete in Laravel?

I am implementing AUTOCOMPLETE typeahead js bootstrap in my application Laravel and it works perfectly, currently it only returns the name of the municipality of the municipalities table, except that of this table I want to return two...
asked by 08.06.2017 / 21:33
1
answer

AutoComplete Jquery [closed]

How can I do a jQuery autocomplete to pull data from a bank? I tried using this example I just can not. My system is in ASP.NET MVC and I am using SQL Server as the database.     
asked by 06.03.2017 / 13:59
1
answer

Autocomplete with typeahead and JSON

I have a project in ASP.NET MVC and in it a script for autocomplete using typeahead with prefetch: $(document).ready(function () { // Sonstructs the suggestion engine var ativos = new Bloodhound({ datumT...
asked by 19.12.2016 / 13:30
0
answers

How to return the value of an ID when selecting a record from an auto complete

Good afternoon. Reformulating my doubt. As I said I'm doing a sales site in asp.net. I tried to create a search engine, Google style and Facebook, which will filter the results. I discovered that in ASP.NET it would be very tricky, so I got the...
asked by 15.08.2016 / 19:40
0
answers

Autocomplete Atom class functions included

I wonder if there is a plugin that does the autocomplete similar to netbeans, which completes the functions of a stuck class. Ex: $agi->funcao; In netbeans, when we include the class in the file, it already starts to autocomplete wi...
asked by 17.03.2016 / 15:07
0
answers

AutoCompleteTextView display items that have an accent when typed without an accent

I have a AutoCompleteTextView , defined as your adapter I have a list that gets the name of cities like, for example, São Paulo, but if I enter it in the field the value Sao Paulo, without the accent, it does not display any item , that's...
asked by 02.02.2016 / 19:12
0
answers

JQuery AutoComplete with Sequence Selection

I have a text field in the database sql server varchar (MAX). I'm using JQuery and C # to do an autocomplete. This is populated by an "autocomplete.ashx" file called by jqyery. My field in the database is a string that is dynamically mo...
asked by 05.10.2015 / 22:42
0
answers

Autocomplete with search by id and name

How can I do an autocomplete with two column search of the database? I have already looked at several examples, and I have seen one that uses a grid genre, it is something like $("#seletor").combogrid(...) . I already managed to impl...
asked by 24.06.2015 / 10:34
0
answers

IDE's Auto-Complete Code :: Blocks does not display methods of the Allegro library

I'm using allegro in Code: Blocks, but when it comes to something from Allegro Code :: Blocks can not use AutoComplete, what should I do to fix this?     
asked by 16.06.2015 / 22:15
2
answers

Autocomplete JQuery 1.9.1

I have an application using JQuery 1.9.1 (uses the old version because it has functions in the menu that only work in this version), I am trying to autocomplete, but it is giving error $(...).autocomplete is not a function Does anyone k...
asked by 06.03.2018 / 12:45