Questions tagged as 'jquery'

2
answers

Jquery taking the father of i

Well folks, I need to get the TR ID of the one clicked. My HTML is as follows: <table id="datatable"> <thead> <tr> <th>Nome</th> <th>Data de Nascimento</th> <th>...
asked by 04.11.2017 / 16:24
1
answer

Monitor if the change event occurred in a short time

I have in my framework a trigger that sends the data of input onchange to a model that validates and returns, in that process has a problem, each character typed is made a submission, what I'm trying to do is the function described bel...
asked by 25.10.2017 / 17:09
2
answers

How to create a help function

How can I implement a feature on jQuery / Javascript to display a question type as soon as the user clicks on a TextBox and when he clicks on that question mark, a Help how can it fill in the field?     
asked by 25.10.2017 / 19:12
2
answers

Element update with JQuery with return from another script

I have a formulário de e-mail simples , and when I click "Send" the "status" appears next to the button, for example: Enquanto envia , "Sending ..." appears (this is already working) The problema is as follows: My form i...
asked by 23.10.2017 / 16:18
4
answers

How to get content from javascript / jquery array?

Good afternoon guys from Stack Overflow. I'm having a hard time getting content from a specific array in javascript. In the first few lines of javascript code it looks like this. Loose var arrayIDs = []; After a while, it runs the fol...
asked by 20.11.2017 / 17:42
2
answers

How to find an element inside an array of objects by the Id?

I have two arrays , where one of them contains integers ( array1 ) and another contains array2 Id , Description and Banners . I need to find and remove all of the array2 elements that match every array1 integer. I have tried to use...
asked by 17.11.2017 / 13:02
2
answers

Select row from a gridview and pass values to a textbox

I'm having problems trying to find a solution so that when I click on a grid view, it passes the values contained in the line to text boxes. My gridview is populated, but I need to find a solution so that when I click the row, it executes a f...
asked by 17.11.2017 / 18:23
2
answers

Problems with Datatables using PHP and MySQL

I made a system, where user can create table for the bank, and tbm can create columns, so I do not know which columns were created, but with the bank script I can list the columns of this table I'm trying to mount my view table with datata...
asked by 18.10.2017 / 16:12
2
answers

Ordered list PHP + AJAX

I've been having the following problem since yesterday, putting together an ordered list as I'll be fetching data in the database. I was suggested to do with ajax, I did with the help of a colleague of the forum to a certain extent. However, in...
asked by 18.10.2017 / 17:47
1
answer

Form with Date and Time - AngularJS

I have a form with the option to choose Date and Time. I am using the Datepicker and Timepicker components. <!-- Date --> <div class="col-xs-12 col-md-3 col-lg-3"> <div class="form-group"> <label>Data</label>...
asked by 17.11.2017 / 19:26