Questions tagged as 'jquery'

1
answer

How to change background-color of a button inside an Iframe with Jquery

Good afternoon, I'm trying to run a function inside an iframe to change the background-color of a button that is in another Iframe, I started to do some testing and I could not get anyone to help me. > //Iframe A <hmtl> <head> <s...
asked by 21.09.2018 / 21:22
0
answers

Currency mask, error without thousands, inputmask

I'm using the inputmask plugin. I have two cases, when I hedge 4.5 I expect the mascara to appear 4.50 and when I get 10000.5 I expect it to show me 10,000,000. But 4.5 shows me 40.50, how do I show 4.50? Already the case of 10000.5 works cor...
asked by 30.08.2018 / 06:15
0
answers

Validate select with the jquery.validate plugin

I am not able to validate the select of the html with the jquery.validade plugin. The select to be validated would be the select class="uf" How would you validate this select with jquery.validate? I'm doing this $(document).read...
asked by 14.09.2018 / 15:19
1
answer

Picking data from a selected row of a dynamic table

I have a table, which I include the data dynamically in a table. I include in this way, I include in the first column the checkboxes: $("#tablepesquisaprodutos").append("<tr class='item'>" + "<td>" + "<input...
asked by 31.08.2018 / 17:39
0
answers

Event to calculate items searched in the table

I need to calculate the table items and display them in a certain field on my page. There is a search field with some filters, as it is searched the patients appear in the table, with the event I wanted to listen to the patients as they are s...
asked by 31.08.2018 / 11:53
1
answer

Calculate items in a table

I need to calculate the table items and display them in a certain field on my page. Currently it looks like this: <div class="pacientes"> <div class="pacientes-header"> <i class="fa fa-people-carry"><...
asked by 31.08.2018 / 04:39
1
answer

Date Picker Jquery display in d / m / Y format and write to the bank format Y-m-d

I'm using this datepicker in my project, it's already configured as you can see below the DateFormat in the format d / m / Y, but I would like it when I save it in the database it would convert to YMD format, / p> <link rel="stylesheet"...
asked by 20.08.2018 / 16:39
1
answer

Indefinite index in pass-through with AJAX

I am trying to send Blob binary data via Ajax to upload via PHP. However, I am not able to access $ _GET. Returns an error saying undefined index:    responseText: "No images found" When I comment the upload.php die () line:    respons...
asked by 08.08.2018 / 17:25
2
answers

Challenge create menu with ajax request ()

File json producto.json { "produto":[ {"categoria": "#home", "nome": "home"}, {"categoria": "#fotos", "nome": "fotos"}, {"categoria": "#contato", "nome": "contato"}, {"categoria": "#perfil", "nome": "perfil"...
asked by 07.08.2018 / 21:21
0
answers

Ajax Request with header Authorization

I'm trying to make an ajax request but it needs a BASIC authentication, follow my code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script><script>$(function(){$.post({url:link,contentType...
asked by 03.08.2018 / 16:03