Questions tagged as 'jquery'

1
answer

Get specific button with Jquery in repeat structure

while($reg = $stmt->fetch(PDO::FETCH_OBJ)) { $id = $reg->id; echo "<div class='altpost' id='$id'></div>"; echo "<form id='$id' class='faltpost' method='post' action='altp.php'><input name='naltpo...
asked by 28.07.2017 / 01:37
1
answer

Write AJAX Data

I need to send data via ajax to write, and one of the information is an array, but the array loses position when I get it in PHP, I do not know if there is a size limit for the AJAX object sent, if I need to split the array in several how would...
asked by 21.07.2017 / 15:53
2
answers

jQuery / AJAX: a single form that can be submitted to different urls (POST or PUT)

I have the following scenario: I have a form that is used to register or change a teacher; To register I have a button at the top that calls the modal to do the POST; To change I have a button on each row of the teachers table that calls...
asked by 16.08.2017 / 02:53
2
answers

Show a dialog with jQuery?

I have the following html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compa...
asked by 17.08.2017 / 14:26
2
answers

Change TD background color when clicking RadioBox Checked and change Color again on Exit RadioBox

Good afternoon, I would like to know how to change the background color of a TD by clicking on the radiobox contained in it and exiting another radiobox from another TD back to the original background color I'm trying with the following co...
asked by 07.08.2017 / 22:11
1
answer

Passing value of a variable in Array?

I have the following variable: var prodadicional = $(this).attr('data-adicionais'); It returns two string values that are: Hamburger and Bacon. How do I place them within a array ? I tried to pass inside array and count wit...
asked by 14.07.2017 / 15:27
1
answer

Validating IP's without refreshing the page

I created a tool to help me test my proxy lists, it tests proxy by proxy and printa on the screen the result for min, but it is not only printing the results, What do I use to put the textarea which are tested how can I fix this? <...
asked by 06.07.2017 / 09:08
1
answer

jquery ajax printa index on screen

I am having problems with jquery because it invests of printar on the screen only the echo of my php it is printing all index on the screen how to solve this? <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js...
asked by 07.07.2017 / 17:47
1
answer

Generate table contents through click action

I'm having a web project that needs to implement functions to generate the contents of a table according to the chosen item. For example in my dashboard I have a tower icon, and just below I have a table with all the equipment listed. The questi...
asked by 27.07.2017 / 02:09
1
answer

Verify URL to include metatags

I need to check the url of a site, if it is the same www.teste.com.br/agenda, the meta name="description" will be "blablabla", if it is www.teste .com / home will be "test". How do I check the URL?     
asked by 26.07.2017 / 22:04