Questions tagged as 'jquery'

0
answers

Problem with Fetch and Json in Jquery Javascript

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...
asked by 25.05.2018 / 23:13
0
answers

How to update the result of a PHP page to each insert made in the database?

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...
asked by 26.05.2018 / 02:50
0
answers

how to send jquery / ajax with more than one data using django function based view

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...
asked by 01.06.2018 / 14:16
1
answer

Pass function to another function as parameter with parameter in this function in javascript

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...
asked by 01.06.2018 / 05:43
0
answers

Screen to visually relate items between two columns

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...
asked by 01.06.2018 / 14:22
0
answers

AngularJS ng-repeat does not display data

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...
asked by 30.05.2018 / 23:30
0
answers

Download jQuery file

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...
asked by 25.05.2018 / 16:09
0
answers

Return of information Ninja Forms Wordpress

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...
asked by 25.05.2018 / 15:48
2
answers

Tips for plan page and how to fix error: Uncaught TypeError: Can not read property 'scrollHeight' of undefined

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...
asked by 25.05.2018 / 16:43
0
answers

Facebook share does not work correctly with passing parameters in URL

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...
asked by 25.05.2018 / 03:09