Questions tagged as 'jquery'

1
answer

Button does not work when using append / prepend

I'm trying to put a button by append taken via ajax. After being placed in html , button stops working, (everything works normally after refreshing the page, because it 'catches' the database data), I already researche...
asked by 11.02.2018 / 16:41
1
answer

Validating form field

I am creating a simple form, in which I have to do a calculation of two fields to appear a message, until then no problem, but since there are several fields that I will have to apply the same formula several times, I wanted to do it in a way dy...
asked by 08.06.2018 / 19:01
2
answers

Checkbox with jQuery Enable and Disable field

I have the following structure: <tr> <td>Modalidade</td> <td><input type="checkbox" name="check_adulto" id="check_adulto"> Adulto(s) <?php echo $detalhes->ati_faixa_adulto_inicio; ?> - ∞</td>...
asked by 15.02.2018 / 19:23
3
answers

How to access the data-opened property of each div that is inside an array? Jquery / Javascript

How to access the data-opened property of each div that is inside an array? <div class='bares' data-opened=1></div> <div class='bares' data-opened=2></div> <div class='bares' data-opened=3></div>...
asked by 08.06.2018 / 21:45
2
answers

How to show next field when user clicks green button

I have several fields that are hidden and should only appear when the user clicks the view button next to the first field. My initial idea would be when the person clicks the green button (after the .newField) it adds the newField class to th...
asked by 04.07.2018 / 15:00
2
answers

Send a video recorded via Javascript by input type="file"

I'm doing a questionnaire system for a client. From this questionnaire some questions should be answered by video. When opening the page of the question the camera already begins to record the user. I am able to write the video, save to a JavaSc...
asked by 29.06.2018 / 21:34
1
answer

Show / Hide jquery

I have a table that shows values coming from the database. Below the line is trying to run a div to use the jquery toggle () function. I do not know what I'm doing wrong, because when it clicks it shows everyone. I just want the line clicked to...
asked by 26.06.2018 / 01:37
1
answer

Using reCAPTCHA with jQuery (ajax) and PHP

Hello, guys! I've been programming for 4 days using jQuery :) I made a form using ajax and PHP, it worked perfectly! But ... there was a need to implement reCAPTCHA. I do not know where to start, I need help. formular.html <div id=...
asked by 16.01.2018 / 13:55
2
answers

get input value hidden inside a td tag

how to get value from this input inside the table with data from bd:    HTML CODE <table id="tbl_3" class="table table-striped table-bordered table-hover"> <thead> <tr> <th style='text-align: center;' >NOME...
asked by 21.02.2018 / 19:33
2
answers

Sending a form without reloading the page

I have a form ready and working normal. But what I need to do is this. When I submit the form it will not refresh the page and returns me "Successfully signed in" or "Nick already exists", "Invalid email" <form class="form3" action=""...
asked by 26.02.2018 / 18:32