Questions tagged as 'jquery'

1
answer

How to implement search method with Ajax and JQuery

I tried to implement a simple search method with ajax and Jquery, to search for entities "FitnessGoal" which are created by the user. Try to implement it by myself but when searching does not return anything, are my ajax code and method correct?...
asked by 21.08.2018 / 18:35
1
answer

Get the ids or names of dynamic fields with Jquery

I am making a system of purchases and sales, in which I use multiple items for the same, I use a package (gem) that allows me to add those dynamic fields called: "Cocoon" is a package for the Ruby On Rails framework , however, it generates autom...
asked by 20.08.2018 / 23:20
1
answer

Show all messages in an HTML checkbox filter, JavaScript

I have the following doubt, I am based on this example to create my own filter with checkboxes, but I do not know in what way I can add the checkbox that shows all my messages and that when another checkbox is pressed, it will be removed the che...
asked by 21.08.2018 / 03:42
2
answers

My dropdownList does not change value in the ajax call but in other parts of the js if it does

My problem is that I can not change the value of my dropdownlist according to the value of one of the indexes that my ajax call returns to me. Call ajax: var idTets = $('select[id$=DdlTest]').val(); $.ajax({ type: "POST",...
asked by 22.08.2018 / 14:33
0
answers

Error in forms with AngularJS and Materialize

I am setting up a web application with AngularJS and Materialize. The versions I use are the following: AngularJS 1.6.6 Materialize 0.100.2 jQuery 3.2.1 I need to paint the response of a service in a form (ng-model in each field) but...
asked by 22.08.2018 / 12:15
1
answer

Can I filter an XML file?

I would like to know if I can filter a file XML . The file is as follows: <Boletin_Consolidado> <Boletin> <Numero V="0122"/> <Tipo_Boletin V="DEPARTAMENTAL"/> <Departamento V="31"/> <Desc_Departam...
asked by 22.08.2018 / 14:01
1
answer

Autocomplete shows only one result

I'm working with an autocomplete but it only shows me one result in the dropdown. The JSON format is like this: "Registro": [ { "attributes": { "codigo": "000427", "nodeValue": "" }, "AR_D...
asked by 22.08.2018 / 15:31
0
answers

Delay when loading records in datatable

I have a table with 3,000 records, when loading the page it takes too long. I have another table with 16,000 records and it's worse because if it takes too long, it goes wrong. You can help me solve that problem. I read out there that it can...
asked by 29.08.2018 / 23:51
1
answer

When I click the delete button it stops working, but I click on another button and it works again 2 more times

When you click the delete button it stops working, but I click on another button and it works again 2 more times, or at least it refreshes the browser to make it work again. <script> $(document).ready(function() { $('.elimi...
asked by 29.08.2018 / 19:02
0
answers

How to replace database with JSON file for Jquery Ui autocomplete?

I'm doing a search engine and I'm using Jquery UI autocomplete to bring suggestions from a database. My question is if I can (and if so, how it is done) replace the database with a JSON file because I imagine it must be faster. My current code i...
asked by 23.08.2018 / 19:10