Questions tagged as 'javascript'

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
0
answers

How to create a Countdown timer that shows the time remaining between two dates

I am trying to create a timer that indicates the time that remains between the start of a date (StartDate) and the end of a date (FinishDate). The entity FitnessGoal has a beginning and an end, that is, their respective startdate and finishd...
asked by 21.08.2018 / 14:05
0
answers

Error with reactive properties and routes in Vue.js

I am developing a Vue application with routes but when I access the values of the instance Vue from the templates of the router in an input using v-model , when I try to write something in the input it throws me these two err...
asked by 20.08.2018 / 18:21
0
answers

Unable to download file in IE8 with JSZip other than plain text

I'm getting some PDFs from the database through their URL and then I'm compressing them with JSZIP. Up there all right, so afterwards I use the FileSaver.js library and it allows me to keep it perfect but with a detail, from IE10 onwards, and I...
asked by 20.08.2018 / 20:41
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

Take the value of a column in sharepoint

I am currently doing my diploma work on a SharePoint platform, an instrument I have never used before. The users asked me for a method to compare two text fields RTF, to do it create my own text editor in an iframe and use the DiffMatchPatch lib...
asked by 23.08.2018 / 06:59
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
0
answers

How to avoid refreshing the entire page by doing __doPostBack?

I have a call to an ASP button by means of __doPostBack, as you can see in the attached code, also try with trigger, but I still have the same result ... the entire page is refreshed. How can I update only an update panel where the ASP button...
asked by 20.08.2018 / 18:17
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
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