Questions tagged as 'jquery'

0
answers

remove element from Full calendar

I have a full calendar that allows me to use the events in other elements outside the calendar, however, I would like the default events that come in the calendar such as prev, next, and today to be removed from the calendar so that I you can us...
asked by 13.11.2017 / 20:42
1
answer

focus on input loaded via ajax

0 vote against favorite I have a page where I am refreshing with ajax only in the div content. It is configured like this: div1: I load 2 selects where the user will choose these 2 data (class and bimester) div 2: I load the application...
asked by 23.11.2017 / 18:44
1
answer

How to do "When selecting an option in dropdwn, it loads other database data into a Textarea" in php, mysql and Jquery

I have a form that has a select name="nome_cliente" field that retrieves all registered clients from the mysql database. In this same form I have several inputs that will be registered to that selected client, and have a textarea na...
asked by 05.12.2017 / 12:50
1
answer

Each always returns the last term of a JQUERY table

I have the following code that traverses a table that contains data, but I'm not sure why it always returns the last item when I hedge an object. It does not return the other items. Code: $('.btn-finalizar-pedido').click(function () { //...
asked by 04.12.2017 / 18:30
2
answers

Updating ProgressBar in JSF

Good afternoon, I'm doing an asynchronous method that does searches the database (oracle), and returns it in an Excel file. Within my Method has for @Async public synchronized void carregarApresentacoesParaExportar() { try {...
asked by 23.11.2017 / 21:33
0
answers

Remove input file

I'm putting together a multiple file upload form. What I have so far is almost good. When uploading, the option to remove the file is generated before submitting the form (a preview). You are removing the preview, but you are not removing it fro...
asked by 08.12.2017 / 14:05
2
answers

Change table TD according to received value

I need the background of my TD to change according to the value it receives from the ListView coming from a query. <scripttype="text/javascript" > $(function () { var texto = $("#ListaSchedulesRdc td:nth-chi...
asked by 08.12.2017 / 19:42
0
answers

Select2 does not work after cloning the entire section

After cloning an entire section, select with select2 no longer works. I already tried to use the destroy to later use select2 in JS but it does not work. Can someone help me? It would be of great value. Thank you. The element I've cloned is...
asked by 10.11.2017 / 14:47
1
answer

Place div child of ul ul element occupying 100% of page width

The problem is this: I have a div that is the daughter of a li element of an ul that does not start in the corner of the page. There are two subproblems: 1 - I need to be able to expand this div so that it fills the entire width of the page w...
asked by 10.11.2017 / 00:03
1
answer

Run Ajax by passing credential information to the Header

I need to make an ajax call by passing in the Header the following information: Content-Type: application / json Cookie: authToken = valueXPTO (This information above I got from Postman) IneedtodothesamethingexceptIsawAjax,andnowayamIgettingit....
asked by 17.11.2017 / 01:20