Questions tagged as 'javascript'

0
answers

Change button text when clicking with JQuery

Good afternoon! I'm trying to change the text of a button whenever it's clicked. (ONCLICK) The problem? Well, apparently all buttons have the same class and I do not have access to HTML, just the js and css of WP .. Is there any way I can add...
asked by 14.09.2018 / 22:49
1
answer

Precedence of attribute / event declarations in TAGs make a difference? Angular2 +

I've been working with AngularJs and Angular2 + for almost two years and recently, in Angular2 +, I came across a different situation that made me wonder if it was a coincidence or because of the Angular version I'm using. But does anyone know t...
asked by 14.09.2018 / 20:26
1
answer

How to create dynamic input within form

First before they say they already have answers, I looked before and did not find it. Next, I'm trying to make a form , with several dynamic inputs where the person chooses a garment in each input and in the end generates the pdf (This...
asked by 14.09.2018 / 18:38
0
answers

jsPDF with colspan at the top of the table

I'm trying to build a pdf based on the image below IcanmanagethePDF,butwithoutthelinewith"Info" and "Contact". Is it possible to generate the pdf in the same way as in the image? That's what I've been able to do so far this.pdf = functi...
asked by 14.09.2018 / 17:32
0
answers

As you typed in the input field appear the the button radios below

I made the following code for when typing in the input field to appear the radio buttons below but it does not work, could anyone help me? $('#amount').onchange('input', function(){ var dinheiro = $(this).val(); if (dinheiro <= 5) {...
asked by 14.09.2018 / 15:57
0
answers

JQuery function does operation when it receives date

Hello, I have a function in JQuery that receives a date parameter in the form Y-m-d, but when I get this data it does a subtraction math operation and returns the result. I took a look at the forum and did not find any similar question, could any...
asked by 18.09.2018 / 18:27
1
answer

Select table row contents

Do you speak well? I have an HTML application, PHP, Jquery, bootstrap and on the same screen I have two tables the first of clients I bring via AJAX when I type the client name in the "search" field, this returns me a table with name, cpf and...
asked by 18.09.2018 / 20:06
2
answers

Clicking on a webpage automatically

How do I simulate a click on a button on a web page automatically via JavaScript?     
asked by 18.10.2017 / 20:10
0
answers

Google Maps query with multiple answers

I'd like to do a search on that, from the source address, I get routes to 5 other points. Here is the code I already use: <script src="http://maps.google.com/maps/api/js?sensor=false"></script><scripttype="text/javascrip...
asked by 20.09.2018 / 01:45
0
answers

Click Button with VBA

Good morning, I have a macro that accesses a website, I enter the data and performs search, but I can not get it to click the "Browse" button, could anyone help? Follows page HTML and macro code; <div class="row">...
asked by 19.09.2018 / 15:26