Questions tagged as 'jquery'

2
answers

Return getInstallments Pagseguro

The% of PagSeguro is used to return the number of parcels and the value of each parcel, when informing a card and the value of the sale. The feedback I get is this: Inthisreturneachitemrepresentsanumberofparcelsanditsvalue,whatIamnotgetti...
asked by 29.10.2016 / 05:49
1
answer

Load a table dynamically with ajax

I am trying to mount a table by making a request to the server and populating it with the return. The return of the server is correct, but when it enters the function(data) , I noticed that it loads all my html page, I already tr...
asked by 03.05.2017 / 17:57
1
answer

How to select the ids of a table with checkbox and save in the bank?

How do I select some items from a dimanic table coming from the mysql database and loaded into a table using javascript or jquery and set the marked checkboxes to the category as 'sport' in the database? Below is an outline of the code <...
asked by 03.05.2017 / 17:29
1
answer

Assign HTML code to a Jquery alert

I'm using this alert, but I wanted to insert a text break window.alert("Não existe produto cadastrado no sistema! Para continuar devemos cadastrar pelo menos um produto"); I wanted to break the line after the exclamation, how do I get it in...
asked by 12.11.2016 / 21:41
1
answer

update value of hidden before submit [closed]

I'm trying to update two hiddens with a base64 code from the html2canvas plugin, but it does not update and on the other page where the form is received it gets caught by $_POST both fields hidden plus does not show base64...
asked by 11.11.2016 / 20:38
1
answer

Alert auto close using Bootstrap

Using Bootstrap and created a save button on which you run a specific function selector() . This function will be executed only after saving in the bank, then it will show an alert that will disappear in a few moments. However it is only...
asked by 14.01.2017 / 17:25
2
answers

Receive an array of dates different from the one chosen

I have a form, where I need to choose the dates, which in this case would be multiple. I'm using this plugin / JQuery component: link My problem is that I do not want to save the selected dates, but the ones that are not marked. Very...
asked by 22.10.2016 / 00:52
1
answer

how to retrieve the original name of images with jQuery?

How can I retrieve the names of the images that were sent to the page saved via ajax I'm not getting it I want to get all of them that were uploaded to the server with their original names because I'm only able to get them with the base 64 names...
asked by 04.11.2016 / 12:00
2
answers

Show or Hide modal with sessionStorage

I was researching a way to limit the appearance of a modal on my site, for example when clicking on a link it asks for the registration of the email before going to the ancora, but I do not want this to always appear, time per session! I found s...
asked by 03.11.2016 / 13:33
1
answer

Very large select box content

I have a selectbox <select> HTML that has a very large content, there are more than 1000 records that should be loaded, but in performance issues I believe it is getting bad. I would like some solution in javascript, jquery or an...
asked by 03.11.2016 / 15:25