I have a code that throws an ID in the HTML for a link:
<a href="javascript:confirmacao(<?php echo $row['idfoto'] ?>)"> <i class="fas fa-trash"></i></a>
In JavaScript I already have the code that calls the file...
Hello,
I'm using ajax to build a table in an application, but when the event is triggered, javascript does not perform html construction, giving the following error:
"Error during serialization or deserialization using JSON JavaScriptSeria...
I'm trying to register a person in my app , but I can not. What's wrong?
Below is index.js , html , API , and class users.php
var api = "http://172.16.22.119/jdbook/api.php";
var identificado = null;
function validar...
When executing a call to the DWR, it returns the following error:
throw 'allowScriptTagRemoting is false.';
throw 'allowScriptTagRemoting is false.';
//#DWR-INSERT
//#DWR-REPLY
//#DWR-START#
(function(){
if(!window.dwr)return;
var dwr=windo...
I'm trying to run unit tests with this JSON schema:
"Transactions":{
"$id": "http://example.com/example.json/items",
"type": "object",
"additionalProperties": false,
"properties":...
I am creating fields dynamically based on a List. When I remove a field, I need to reorder them using javascript, but I'm facing problems since all fields are reordered in the Indexes, except those using the "asp-validation-for" razor ... Would...
I'm making a flappy bird style game, but I'm having a problem with Slider, I think it's something with a library or the way I declare the variable or createSlider, but I tried to change and nothing solves
the design is not original my it comes f...
Hello,
I would like to make a sweetalert to delete the records from my website, but I do not know how to do it since I do not understand javascript ...
Can anyone give me a light ?
My class / crud.php page where the querys are (the part of d...
I made a javascript to mount a card and fill with information from a json, I need to check if there is an image in the indexes of the json array so that if I do not have it I can set a default image, but I can not use if inside apprend to do thi...
I'm getting the following error, could you help me?
Uncaught TypeError: e.map is not a function
at t.setResources (scheduler.min.js:8)
at scheduler.min.js:8
at scheduler.min.js:8
at cal-init.js:218
at Object.success (cal-init.js:184)
at i (jqu...