Questions tagged as 'javascript'

1
answer

How to call a javascript function after a download in webforms

I have an aspx page with a grid and a linkbutton. When clicking on this linkbutton I call a function that locks the screen and places a loading while downloading a file on the server, after download I try to call the function to unlock the scree...
asked by 10.10.2018 / 23:00
1
answer

Responsive mobile picture

IwouldliketoknowhowIdotoleavethefirstimagewhenitismobiledevicetheimageisonlyonthescreenisthefirstinthecaseof"the computer" without being divided the way it is appearing the "on" <div class="carousel-inner" id="home"> <div c...
asked by 17.10.2018 / 19:18
0
answers

Consume WooCommerce REST API with JavaScript

With the WordPress REST API I can simply consume posts or any data available with JavaScript using the Fetch API or something similar (as in the example code). As the WooCommerce REST API has authentication keys, the only way to consume somet...
asked by 17.10.2018 / 03:51
1
answer

How to draw a word and letter draw when clicking the start button?

Hello, can anyone help me? So I need to make a lot of words that are in the Array and a draw of the words of these words every time the user clicks the start button, which is in the table. Thanks in advance !! SCRIPT //chamar no onclick c...
asked by 17.10.2018 / 14:24
1
answer

Filter object with folder / file structure and return structure filtered by name

Hello, I have the following data structure that I get in JSON format from the Backend: const tree = { "treeState":{ "opened":{ }, "selected":null }, "path":"./sounds/", "n...
asked by 17.10.2018 / 11:06
0
answers

How to change font of an E-GOI / WP integration CSS code ready?

I'm new to the Web programming area and would love your help on a problem that came up here! (I've tried the support). I've created a WordPress site where you have a contact form linked to E-goi so far so good, but seeing the font size of...
asked by 19.10.2018 / 17:05
1
answer

Remove tag from angular component 6

Is there any way to render only the content of the component by hiding the tags? How it works: <ul> <li-component> </li-component> </ul> Render: <ul> <li-component> <li>...
asked by 19.10.2018 / 22:11
0
answers

return date ajax does not work with more than 4 indices within json

I made a php that returns a Json with 7 indexes, they are all populated correctly, however I can not use the return (date) in javascript, the script only works if I leave 3 of these indices null in php otherwise the javascript for on return of d...
asked by 19.10.2018 / 20:33
2
answers

Generic function js

Good afternoon, I have a question related to creating a function for generic use in javascript, the function is this here: function calcular() { var_quant = 0; var valor = document.getElementById("valor").value; var quanti...
asked by 09.10.2018 / 18:32
1
answer

Mask using flask does not load

This is the header: <script src="{{ url_for('static', filename='jquery-2.1.4.min.js') }}"></script> <script src="{{ url_for('static', filename='main.js') }}"></script></script> This is the field code that I wan...
asked by 09.10.2018 / 17:55