Good afternoon people! I have a question, is my logic correct? And it is possible to reduce this code or just have this way to solve ...
var aluno = new Object(){
function adicionar_aluno{
document.getElementById("a...
The platform of search of the programs conceptualized in Capes has a dynamic filtering for the own query. I would like to know how I collect the data from an output using Python. Why, using just the bs4 libs and requests I can not get output of...
I'm having trouble finding a solution to my problem. Briefly:
I send data to a table, using a php file that does the querry, and an ajax call that sends all the values I need to the php file. When it is inserted in the table the accents of th...
I can create my javascript array and store the values inside an array called ArmazenaIds
ArmazenaIds = new Array();
$('.checkboxs').each(function () {
var estadoDoCheck = $(this).prop('checked');
if(estadoDoCheck ==...
The jQuery function works normally but by including input ajax jQuery does not work for the input that has been included!
I have the function:
$('.alerta').on('input', function() {
alert('Olá mundo!');
})
I have in...
I am facing a series of problems and doubts with ajax! Have the following function that updates the data and list in a table:
function atualiza(){
$.ajax({
dataType: 'json',
url: 'ge...
I have a problem with jquery, I do not really have much practice with jquery, but I work with ajax and json to query the database and return data.
Well I have a page that the client wants me to take from example: link , on the left side we h...
Well I have the following Javascript code
function fun() {
$.ajax({
url: 'aposta.php',
success: function(a){
if(a) {
a = JSON.parse(a);
$("#tempo").html(a.time);...
I have this script to give a preview of the image before the upload works perfectly in ie chrome and firefox except on the safari ... has anyone had problems with safari ?? if anyone can give a tip ... grace
<head>
<script type="text/...