Questions tagged as 'jquery'

1
answer

Why does not my doropdown work when I add the boostrap datatables? [closed]

I am currently using the boostrap datatables together with a dropdown to download that is also boostrap. If I do not add datatbles my menu works correctly, but if I add the entire structure of my datatable it stops working. Linkeos that I...
asked by 09.07.2017 / 05:51
1
answer

Select code in dropdown and show description in TextBox JSON

Good morning, I have a small problem to show data results of a project. On the one hand I have a table in Mysql called WORKS, with the fields CODE and DESCRIPTION. In HTML, I have a dropdown list with search engine, in which all the cod...
asked by 05.06.2017 / 14:32
0
answers

Error with a Chat in a Modal preserves the previous queries

Before Hello I have this code for a chat and what happens is that every time I open a new chat retains the previous ones I have already searched for the error but I do not see it if there is someone who can see help. CODE BOTTON <a...
asked by 06.06.2017 / 18:10
1
answer

When updating a Div with jQuery or Ajax the components stop working

I'm using a template that I found on the internet, when I click on a menu option I update the main content by Ajax but when I want to get a div or open a datepicker , or any other functionality of jquery , it is no lon...
asked by 12.06.2017 / 02:44
0
answers

Divide data obtained from the database

I have a problem when I get the data from the database, I get 4500 rows or more depending on the search and this data is distributed among 8 people trying to be fair. This is the data I get: The important column is codi_zona s...
asked by 01.06.2017 / 20:38
3
answers

Requests for sub-resources using ftp protocols are obsolete

Good, I have the following problem: when entering the product module of my platform (with HTTPS protocol) and consult a product, the information returned by the web service is the product detail, in which comes a field called image which has...
asked by 29.05.2017 / 21:35
1
answer

Datatable 1.10 erase data when filtering

I am inserting data in a table with datatable, at the time of using the filter it filters, but it deletes the data that was already loaded in the table. <div class="jarviswidget jarviswidget-color-blueDark" id="wid-id-2" data-widget-editbut...
asked by 31.05.2017 / 17:39
1
answer

Problems between document.ready and turbo-links of ruby on rails

My problem is very simple, I have the need to create a carousel in 3d, but to avoid that I decided to find one of my liking and try to customize it to my liking, it works correctly that you download, just that it is not in ruby and I decided to...
asked by 31.05.2017 / 19:18
0
answers

Collect data and increase

I have this Jquery-Ajax feature $(document).ready(function () { $('#titulo_documento, #compania1, #acro_subcategoria, #acro_proyecto, #fecha, #idioma, #acro_documento, #proyecto, #estado, #num_documento, \n\ #version, #revision...
asked by 31.05.2017 / 19:14
2
answers

because if you do not have errors, the console does not show anything with this JSON query in the html

$(document).ready(function(){ var latit; var long; var kTemp; var ip = 'http://ip-api.com/json'; $.getJSON(ip, function(data){ latit = data.lat; long = data.lon; }); //create API with geolocation...
asked by 31.05.2017 / 19:32