Questions tagged as 'autocompletar'

2
answers

problem with accentuation in autocomplete jquery [duplicate]

I have a UTF-8 problem in my code. I have a input text with autocomplete (jquery function) that works ok with results coming from MySQL, but when a word is accented with the accented letter appears a question mark (?). Here is my code:...
asked by 01.04.2016 / 21:45
0
answers

Create auto complete in input?

I want to do a autocomplete effect on a input , as a prompt, eg I have the following commands in a array php: ADD SUB SHOW MUL I want to make it start typing, for example typing " A ", display a kind of placeho...
asked by 24.02.2016 / 05:13
0
answers

How to remotely load options in auto complete using Typeahead?

I was studying typeahead.js with bootstrap 3 , and I'm trying to do a auto-complete that makes a request on the server to bring the list options. This is the plugin I'm using:    GitHub Bootstrap 3 Typeahead This is the funct...
asked by 02.02.2016 / 13:46
1
answer

Fill an association from another - ruby on rails

I have an application for scheduling services and I'm not able to populate a selectbox from the selection made in another. Explaining better: I have a selectbox with the available services and when I select a service, I want to fill the selectbo...
asked by 21.01.2016 / 13:46
0
answers

How to insert default values in the table along with a variable value?

Scenery: I have a database with 2 tables, table A has the screens of an app, and screen B registers the activity on each screen, thus: ____________________ | Tabela A | ------------------- | id | tela | | 0 | p...
asked by 05.02.2016 / 03:29
0
answers

Plugin differentiated from auto complete

good afternoon, does anyone know of any autocomplete plugin that returns a large amount of information from the database, but in the input text only one term is displayed?     
asked by 13.10.2015 / 20:19
1
answer

Too much information in auto complete

Is it possible to insert a large amount of information in an auto and indent this information, as shown in the image?     
asked by 14.10.2015 / 23:40
0
answers

autocomplete using a script in ubuntu does not work

The autocomplete on the terminal stopped working after upgrading to ubuntu 14.04. If I use the command below, it works:    java hfs.io.rsegy filename = 0314 pressing tab I get   java hfs.io.rsegy filename = 0314-1005_PSTM.sgy   I put the comm...
asked by 19.10.2015 / 15:45
0
answers

Autocomplete in a cell of a table

I'm having trouble adapting this autocomplete example to my table. I want to put autocomplete in the designation cell. What happens is this: HTML TABLE <table class="table table-striped table-bordered" id="vendaTabela" width="100%" &...
asked by 03.03.2015 / 17:14
1
answer

Refresh table with filter using jquery

Good morning I'm looking for solutions to a demand, but I only found in php . I am new to Jquery , Ajax ... I am trying to put the filter in my table to be dynamic as the user is typing data will appear, I searched a functi...
asked by 21.02.2017 / 15:34