Questions tagged as 'jquery'

1
answer

OnClick Jquery Event [closed]

I have two events ( OnClick y Focusout ). At the time of doing click in a input the focusout is waiting for this input to lose the focus and skip this same event, but if I do click in another element firs...
asked by 05.01.2018 / 08:33
2
answers

Select a form created using a PHP array?

By array I create forms with php , each form has a input text which is hidden (hidden) , I want to show it by a button in each of those forms. Similar to the Facebook posts that you have to click on the "Comment" b...
asked by 21.06.2017 / 07:05
1
answer

Problems with running phpmailer from ajax

I would like to tell you that I want to send a form by ajax and that this data is obtained to execute the PHPMailer function. The problem is that from the file send _mensaje.php I get the following errors:    Undefined in...
asked by 25.07.2017 / 16:04
4
answers

Check all selected checkboxes

I want to validate that the user has to select all checkbox to insert something. I have validated that I select only one, but I can not get it all. My code php : while ($imprime = $resultado->fetch_assoc()) { $tabla .= '...
asked by 08.06.2017 / 21:38
2
answers

Delete div from grandson Jquery

I have this sequence of divs <div class="abuelo1"> <div class="padre"> <div class="nieto1"> <div class="nieto2"> </div> </div> The thing is that by means of a grandchild2...
asked by 26.09.2017 / 19:06
2
answers

Remove text from a select with JQuery

Can you help me with a function that removes texts from two combos? The combos are the following: The problem is that by eliminating the selection of the Country combo, the other combos (State and Municipality) must be cleaned, that is...
asked by 07.02.2018 / 19:52
3
answers

Close JavaScript window

I'm trying to make the current window close with some kind of java script function. But I have not managed to achieve it. I have already used some methods but apparently they do not work unless the window is opened by means of a similar function...
asked by 09.02.2018 / 20:19
2
answers

do not close popover unless it is with the link

When I click outside the popover the popover closes, I do not want it to close $(function() { // Enables popover $("[data-toggle=popover]").popover(); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jqu...
asked by 26.07.2017 / 17:32
2
answers

Update div automatically in django's template

I am trying to develop a dashboard with django that shows notifications and updates its status automatically. I was seeing that with Ajax and Jquery I can actulizar div without problem ... But I'm having problems with the templates, so I u...
asked by 18.04.2017 / 19:02
2
answers

concatenate values in input with jquery

I have an html table which when clicked in a row gets me a value that I want to recover, How can I concatenate values in an input every time I get a value? $("table tbody tr").click(function() { var total = $(this).find("td:last-child...
asked by 13.03.2018 / 20:49