Questions tagged as 'jquery'

1
answer

How to delete a Dialog from the data recording process

I have a legacy system of record control and it is working perfectly with regards to recording the data in a bank, but I am trying to adapt it and I am not getting it. The current script shows dialog more, I only need to show only dial...
asked by 10.08.2015 / 14:24
0
answers

Modal with register loaded from the database for editing using PDO [closed]

How to bring the bank record directly within a modal using the PDO? Register registration using a modal I can, only I can not do the editing. In normal mode the registry comes good but when I click on the EDIT button to bring the window with the...
asked by 10.08.2015 / 08: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

Geocoding using Google Maps and jQuery

I created a slash for the user to enter the desired destination location. This address is captured by the function click() of jQuery . Until that point the code is working, but for some reason the API geodecoding function is not worki...
asked by 11.06.2015 / 23:03
1
answer

How to format the mvc helpers according to my Bootstrap layout?

I'm trying in many ways to adjust the layout according to the Helpers <!-- rightpanel3 --> <div data-role="panel" id="opcoesusuario" data-position="right" data-display="overlay" data-theme="a">...
asked by 14.07.2015 / 04:29
0
answers

Google Maps and Jquery issues

I'm building a site with jQuery UI and google maps. My map div is inside another div (tab) of Jquery. I do not know if there is any conflict between jquery-ui and google maps because it does not work just shows a gray box with the zoom and stree...
asked by 15.07.2015 / 19:36
1
answer

jquery.fileupload change name before sending

I have a product registration system and I'm using the jquery.fileupload images to upload the images. It is working perfectly, but some clients are having problem with the name of the duplicate name or names with space. Can anyone in t...
asked by 30.06.2015 / 19:10
0
answers

Getting jQuery data

I'm developing an image upload, where you can upload multiple images. When people choose their images, along with Preview in jQuery , I show 2 fields, one of the link and another of the caption of the image. However, when the person clicks...
asked by 29.06.2015 / 15:24
1
answer

jQuery Add Fields Group

I have the following jQuery - AddService var countServs = $("#countServs").val(); var table = $("#servicosTable"); var modelo = $("#servicoModelo").html(); modelo = replaceAll(modelo, 'COUNT', countServs); table.append(modelo); $("[name='serv...
asked by 28.06.2015 / 23:05
0
answers

Edit Cell of a Table

Well, I'm in need of help, I'm filling a table with a result of Select SQL . As the code below shows: $sql = "SELECT Nome, COUNT(Especialidades_idEspecialidades) FROM especialidades_has_professores AS ehp, professores AS p, professores_h...
asked by 09.06.2015 / 21:00