Questions tagged as 'jquery'

1
answer

Check all classbuttons daughter radiobuttons

I have a page that will display a checklist, the data displayed comes from the database. I need that when the user clicks on the first checkbox (id="selectTASA", for example) it select all the radii corresponding to the value A, as well as the c...
asked by 11.06.2018 / 15:37
1
answer

How to display a message after deleting a record using php?

I have a page with a data list and for each record I have the delete option. When I click the delete button, before executing the action it checks in a controller file which action was requested to only execute the delete code. The flow of ac...
asked by 11.06.2018 / 20:37
1
answer

Message with Delay in JQuery

I have the following code: if(oper == 1) { $("#op" + iddoc).html("<input type='button' onClick='AddExcDocCPS(\"" + idcontrato + "\", \"" + iddoc + "\", 0)' value='Excluir' class='BT_Vermelho'>"); //alert("Documento Incluído com Suces...
asked by 12.06.2018 / 19:57
1
answer

Verify if user Older using Jquery (datepicker) & JSP

Need to implement a javascript function where it calculates the user's age, it informs an alert if it is smaller than 18. The Jquery library along with JSP, where datepicker is automatically loaded given an annotation of the Framework. ►Code...
asked by 13.06.2018 / 15:14
1
answer

Refresh div only when data is changed

I do not know if it's possible, but I'm working on FullCalendar. I have already been able to register and change the date using eventDrop , so far everything is right, but next to the calendar, I created an area where the last 05 events are reg...
asked by 04.06.2018 / 00:21
2
answers

Keep active script click

I was able to execute a script where when mouseover (hover) on a certain object, it performs the desired action, but I would like to execute the action with a click and I am not able to do either with Javascript or JQuery .. . <script>...
asked by 04.06.2018 / 22:34
1
answer

Get span information inside div

I have the following structure in HTML: <div class="ui fluid search dropdown procuraAluno selection multiple active visible"> <select name="ci_direcionado" id="cisOptions" multiple=""> <option value=""></option&g...
asked by 31.05.2018 / 20:12
1
answer

Problem with jquery with multiple forms

I have several forms in my code that I need to send the information with ajax to PHP, it is returning this error: Uncaught ReferenceError: formID is not defined It says that the formID was not defined, but in my forms they are appearing,...
asked by 01.06.2018 / 21:01
1
answer

Toggle update mysql database automatically

How can I do that through toggle I update my database? I have the toggle below: Forthis,I'mdoingitthisway:<divclass="onoff"> <strong>Desabilitar notificações por e-mail:</strong> <input type="checkbox" class="toggle"...
asked by 01.06.2018 / 18:27
1
answer

Doubts about url ajax

I'm developing a simple crud with ajax and jquery and I came across the following question ... $('#btnDelete').unbid().click(function(){ $.ajax({ type: 'ajax', method: 'post', async: false,...
asked by 01.06.2018 / 00:29