Questions tagged as 'jquery'

1
answer

Clearing an event

I'm creating a comment system with a response only when it's time to respond twice to the bank when I send a comment, I did the slide response system where you open one and close the other, only when the next one opens to comment and close the p...
asked by 03.06.2017 / 06:17
1
answer

UPDATE with AJAX

I'm doing an AJAX which, after the user selects a checkbox and sets a status (status is select ), AJAX gets the information and sends it to a page called status.php where the status change is executed different query that will chang...
asked by 17.06.2017 / 20:54
0
answers

Doubt in a jquery with div print

Next question, I have a javascript code that makes it impression of a div by id, but the following is a form, I would like to customize with header and images, it is possible without me having to insert the data into the div ? La goes the scr...
asked by 19.06.2017 / 23:21
1
answer

How do I manipulate data from a select created from jquery

I'm trying to get the values from a select that I've inserted through a jquery, and depending on the value it adds elements inside a div also created by that same jquery. The problem is that I can not get these values. This is the code where...
asked by 05.06.2017 / 20:05
2
answers

Validate form inputs with regular expressions

I have contacts field in the page where the user must fill in, for example, the name, he should just type letters, in the phone field, just numbers and email required to use the "@". The idea is to display a message to the user when they enter n...
asked by 20.06.2017 / 06:09
1
answer

File Upload with JS

First of all I wanted to say that I read some posts about it right here in the stack, but I could not get it to work, so I decided to post my code. My idea seems to be very simple, I need to upload a xlxs file to a server folder for it to r...
asked by 17.06.2017 / 19:37
0
answers

Push in HTML5 with PHP

I'm finalizing a system, but would like to include push notifications to warn users of a particular event. I searched the web, but found nothing satisfactory. I believe that I did not search correctly for not knowing this practice very well. Wha...
asked by 23.06.2017 / 20:59
1
answer

toogle does not work in while () PHP

Colleagues. I have a system to register the student's absence, it was done individually, that is, I selected a particular student and used that toogle: Functionalcode<divclass="form-group"> <label for="NomeEscola">O aluno...
asked by 24.06.2017 / 21:59
0
answers

Doubt with JSP - Message

I need help, to display a message through fmt: message. The situation is as follows. I have a form that is submitted via $ .post. In the controller that receives this request, I perform a validation through the BindingResult. If I get an e...
asked by 26.06.2017 / 14:35
1
answer

Fading list items with jquery or javascript

I have the following code below and I have to make sure that when I click on the autocomplete result, and it fills the field with the values, the autocomplete list simply disappears: <pre> <style> ul.autocomplete_mapa_f...
asked by 26.06.2017 / 17:31