Questions tagged as 'jquery'

0
answers

Datatables footercallback does not work

My datatable works very well, it does not show any errors in the console even after I added footercallback as the example of the official datatables page shows link . However, it does not show me the sum of the totals. What I could notice is...
asked by 22.07.2017 / 05:50
1
answer

jquery remove in a form all disabled / readonly properties of the inputs and select boxes

I'm trying to use jquery to capture a form and remove in the form all the disabled / readonly properties that contain the inputs and select boxes, without affecting the user's view, I've tried with two versions, but I did not none works and affe...
asked by 18.08.2017 / 19:51
1
answer

Easyautocomplete js filter by two fields

I need to filter by more than one field, I can currently filter only by "name" but I also need to be able to filter by "code", I have not found in the documentation how to do this, I have tried to add more than one "getValue" but I can not find...
asked by 11.07.2017 / 16:26
1
answer

How to reload a div when sending a form?

I made a form, which is sent with PHPMailer to an email, after the form is sent returns an alert whether the email has been sent correctly or not. Then I want to reset the form, this I did with the following line of code $('#formcontacto').tri...
asked by 10.09.2017 / 20:03
1
answer

how to load a previously filtered table?

HOla I'm starting in this world I would like to know if someone can give me a hand with what I want to achieve, the idea is to load a table using json but it shows only the records that match some variable that I plan to bring from another page...
asked by 09.07.2017 / 21:35
1
answer

Return Boolean in SELECT

I have an entity called "Period" with a boolean attribute called "processing". I want to make a function for a repository that returns "true" if there is at least one record in the DB with the attribute "processing in true", however I'm not sure...
asked by 12.06.2017 / 18:40
1
answer

my calendar is repeated when you give prev or next

I'm doing a calendar in jQuery. How could I do it so that the tbody does not repeat itself? I still do not have the conditions for the years but it is the least. Thank you in advance. $(function(){ var weekday= ["Sunday"...
asked by 12.06.2017 / 19:05
2
answers

When I remove a row of 'tr', it generates an error when adding them - jQuery

Hello, I'm trying to Remove a row from a table, I remove it visually, the code works fine but I have a function that is add This function is triggered every time I click on the add button, everything goes fine if I remove the last row bu...
asked by 13.06.2017 / 22:05
0
answers

Access denied in Ajax

I have this ajax $.ajax:{ type:'GET', url:"https://empresa1.sharepoint.com/teams/dev/plataforma1212/_api/web/lists/GetByTitle('Comprardores')/items", async: false, hea...
asked by 14.06.2017 / 22:44
2
answers

Hide / Show sidebar submenu

I need to show and hide the sub-menu by clicking for example on the word Libros and that I display the items that it has. I need the code below: function openNav() { document.getElementById("sidr").style.width = "300px"; }...
asked by 13.06.2017 / 19:38