Questions tagged as 'jquery'

1
answer

Remove checked property from a radiobutton

Why do you always think of yourself as an employee? My intention is to remove the checked attribute but I can not get it. I looked this thread and I think I do it as the solution proposes, but it does not work for me. $(document).re...
asked by 25.02.2018 / 14:42
1
answer

add row to HTML table with JQuery in the Tbody

How can I add a row to an HTML table with JQuery? I have the following code but what it does is add a row in the part of thead of my table and the goal is to add it in the tbody. function agregarFila(Id, Nombres, ApellidoP, AppellidoM) { v...
asked by 29.08.2018 / 05:52
1
answer

Validate reservation entry and exit range. Bootstrap datepicker

My problem is basic. I have a reservation system where enter the date of entry and exit. I have validated that the departure date can not be less than the entry date and the entry date can not be greater than the departure date and when they mod...
asked by 18.03.2018 / 02:29
2
answers

How can I extract a certain element from an html string returned by AJAX?

As I say in my question. What happens is that through Ajax I make a call to an HTML document, but I only want to obtain a certain element, let's say that only the content of the body. How can I do it? Well, what I'm trying to do is impl...
asked by 05.02.2018 / 00:36
2
answers

keydown prints me empty string

I have a problem wanting to validate the value of an input, since I need to be pure numbers that the user enters, but I press the first key and it gives me an empty string, and I really do not know what I'm doing wrong, if Somebody help me I'll...
asked by 15.12.2017 / 02:09
1
answer

MULTIPLY AND ADD

I have the following table a column with established values and another column with the result of the multiplication of the values, and at the end of the table I have a cell which is the sum of the multiplication results ... I have tried in seve...
asked by 11.01.2018 / 22:35
1
answer

How do I pass an image from my view to a controller? MVC

Hi, I have the following problem, I need to get an image of an input and pass it to the controller; The code I use is the following: HTML: <div class="row"> <div class="col-xs-12 col-sm-10 offset-sm-1"> <input name="...
asked by 19.04.2018 / 05:34
2
answers

Jquery returns empty values

I have this jquery code in which I assign the values obtained in txtVlr and txtQuantity to some variables, then multilink them and the result put it in the txtSubtotal just when there is a change in the txtquantity, but when executing it the var...
asked by 21.04.2018 / 17:40
2
answers

Access checkbox of a php table

as I can access the elements of type checkbox and fence me adding in a input the number of selected rows as you can see in the image. My table: <tbody> <?php if(!empty($tarimas)):...
asked by 18.04.2018 / 01:54
2
answers

Jquery Append Method

Greetings, I'm doing this append. $(this).closest('tr').css("background","cyan").after("<td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td><button cl...
asked by 12.12.2017 / 15:46