I have a problem with Fetch Javascript
let url = "https://www.teste.com.br/ws"
fetch(url,{
mode: 'no-cors',
method: 'GET',
headers: {'Accept': 'application/json','Content-Type': 'application/json'}
}).then(funct...
I'm a beginner on the subject, but I'll try to explain what I want to do in the best way. I would like to update my WEB page, every time there is a new insert the database. Below I will post my code, I'm starting to like your help.
<?php
i...
I would like to submit a form and a list when submitting the form,
type I have a form and a list with ids areas = [1,6,5] how do I get the two to be sent in the post, I want to take this list and use in mine that is also the view that treats the...
The title may seem a bit confusing but what I want is basically this:
in the onclick of the button pass to a function A a function B as a parameter.
I have a list of products each with a different code.
I have the following butto...
I'm developing a screen in HTML, CSS and JQuery to relate two columns: one with the postings of a bank statement and the other with the type of posting, so I click on a post in the first column and then the type on it column of the medium, throw...
I made the request via get using laravel as backend. However, if I update some data in the database itself, I need to refresh the page where the angular is loaded for it to update.
Using the angle, would not it have to update automatically?
&l...
I have a jQuery click function and wanted me to click on it button to download a PDF file, how do I do this function?
$('#download').click(function() {
//seria aqui a função
}
<button type="button" id="download"> Dow...
I have a Ninja Forms form in Wordpress, and I needed to create a custom field and add a Jquery script separately so the user could add and remove fields dynamically.
This is the link of the form under test:
link
This is the Ninja Forms codex...
Good morning everyone!
I'm trying to make a plans page:
link
I'm having trouble scrolling.
You can see that only with the club plans does it work and the others does not work.
According to the browser is causing this error: Uncaught Ty...
I am making use of facebook sharing. But in the URL of the button I'm also passing the user id to do actions later, as follows:
<div class="fb-share-button"
data-href="https://meusite?id=<?=$id_pessoa?>"
data-layout="button"&g...