Questions tagged as 'jquery'

1
answer

Convert AJAX response in array type Date

I have an array called eventDates , to which I want to add dates of type Date . The dates I take from a call to a database, but I do not know how to include them in the array in Dates type.    This is the script: var eventDates...
asked by 07.03.2018 / 12:41
1
answer

Close Session Automatically

I need to place a timer inside this sweet alert message but where would I have to place it and how? here I have the option to continue navigating in the location.reload () function; but in the isConfirm that a timer of 30 seconds will appear whe...
asked by 13.03.2018 / 18:32
1
answer

Create autocomplete in jQuery placeholder

I would like to know how to create an autocomplete in the placeholder of an input, in my example it only shows the data and autocomplete but I would like that same data to be shown in the placeholder. How it is shown in the image This i...
asked by 12.03.2018 / 21:42
1
answer

How to make each element of a carousel crawlable

I have had a window that has a carousel of users in ASPx and some tasks to do and want each element of the carousel to be draggable, Drag and Drop type and when it is positioned on top of a task, that user is associated with the homework and I'm...
asked by 21.03.2018 / 09:56
1
answer

Problem with Ajax + PHP - Attempt to make a Form

I'm trying to create a form that works with Ajax and Php, but I still have not been able to do it because I'm making a mistake and I do not know which. I leave here the code so you can help me. The idea of the page is that where is the input...
asked by 08.03.2018 / 23:17
3
answers

how to add cells of all the pages with datatable

I need to add all the cells of a Datatable column, I have tried several ways but I have not yet managed to get it to work, the closest thing has been: for (var i = 1; i <= nume1; i++) { total += Number(todos.rows[i]....
asked by 18.04.2018 / 17:37
1
answer

Calculate the remaining amount of each installment, depending on the number of installments

I want to calculate the remaining amount after each installment here this part of the code in the part of "Forms of payment" is where I want to do it, when selecting the amount of installments the rows are generated with the amount of the quota...
asked by 17.04.2018 / 16:31
1
answer

Iframe fadeIn ()

Hi, I have an image and a video in the same position with different z-index value. I want to do fadeOut in the image and at the same time fadeIn the video to make a sort of dissolve effect. I can not get the fadeIn () applied to the iframe that...
asked by 20.03.2018 / 00:16
2
answers

Combine between mouseover and click on jquery

I'm a bit of a rookie in jquery, to see if you can help me. I'm making a page to show weather forecast maps according to the forecast time. I want to combine mouseover and click to view these maps. I have 2 buttons. I want that when pressing a b...
asked by 12.02.2018 / 23:29
1
answer

Can I simulate the use of the "print screen" key?

I would like to know if I can simulate the use of the print screen key (the one we press to take screenshots) with the browser, either with JavaScript or PHP. I have already used the html2canvas plugin, but the screenshot is distorted. This i...
asked by 13.02.2018 / 20:59