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...
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...
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...
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...
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...
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"><...
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"...
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...
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...