Questions tagged as 'jquery'

0
answers

Remove / ufeff from json_encode result

When doing a registration using ajax, success does not execute the commands inside it, when analyzing the code I noticed that there is / ufeff in the value returned by php and I think this is causing the error. Code php: <?php header("C...
asked by 16.05.2017 / 02:16
1
answer

Validation problem with Jquery

Hi, I have to make a code that validates a Form and I made my code all over and when I went to see the validations did not go in I tried looking for errors and ways to solve it and I could not find it myself. Could anyone help me make these vali...
asked by 26.05.2017 / 01:23
0
answers

capture html from an external page grab data from the table and send via Ajax

Next, how can I capture the pure html of a page, for example "site.com.br/tabela_precos" , this site has a return basically like this: <html> .... arquivos e configurações javascript .... outras tags html ..... ...... and here...
asked by 21.05.2017 / 02:52
0
answers

Set the first column and header of an HTML table

Hello, I have this fiddle exemplifying exactly how my table is: What I'm trying to do is, besides keeping the first column fixed, as it is exemplified in the fiddle, where I followed an example here from the community, I would like to also...
asked by 12.05.2017 / 16:24
1
answer

Can you make an event after a Javascript impression?

I would like to do a post impression action, ie only when the user confirms the impression that the javascript will execute a scheduled event. If I put an event under window.print() javascript executes even without the user having printed...
asked by 12.05.2017 / 16:31
1
answer

I can not load properly

The system does the LOAD, but when I click a second time on any link it duplicates the link and if it clicks it again quadruples and so on and the exit button only works on the first page that made load. Does anyone know which path I can take?...
asked by 23.05.2017 / 22:10
0
answers

Get all the information of a tr

Good morning. Within a <tr> tag there are about 15 <td> tags (information coming from the database), not all of them are being displayed. Each <tr> has a <td> with the option to click and a...
asked by 24.05.2017 / 13:53
0
answers

Jquery - Perform a function within another function

Use the SweetAlert2 alert ( link ). With it, there is a function that deletes an item: $(document).ready(function(){ readProducts(); /* it will load products when document loads */ $(document).on('click', '#delete_product', functio...
asked by 24.05.2017 / 14:33
2
answers

How to retrieve checkbox value in form using serialize ()?

I have a form in which it is dynamically created using the append method. The result is something in this format: $('#form').append("<tr><td class='td-min'><input value='"+item.role+"'"+ +" name='"+item.prefix+"' type...
asked by 15.05.2017 / 04:38
1
answer

jquery dropzone.js with duplicate file checking using md5

If you use a simple check in the "addedfile" event of the dropzone component, it works normally by sending a file, or by adding multiple files one at a time and also selecting multiple and sending at once. myDropzone.on("addedfile", function (f...
asked by 10.05.2017 / 14:49