Questions tagged as 'javascript'

1
answer

I do not see the game time in modal window

good afternoon I'm doing a game but I'm having a problem, at the end of the game I open a modal window made in bootbox.js, which shows me the number of stars, movements and time, but with respect to time I know how to place it so that it is equa...
asked by 05.01.2018 / 23:37
1
answer

Store file in SQl Server 2008 database AJAX C # ASP.NET

I am developing this part of a page where I need to save a file (.xls, .docx, .png, etc) on a SQl Server basis, too I need to get the properties of this file as its name, type, size; I think I almost have it, but I still get this error from...
asked by 01.11.2017 / 18:17
2
answers

How do I compare two values of an input type="password"?

I have a form in which a user would register. I need to know the password that he writes to compare it with the one he puts back to see that he was not wrong. The code would be this: <script> function balidatu(){ var pas...
asked by 30.10.2017 / 18:33
1
answer

You do not show me the table correctly when creating it with $ .each

I have the following table generated with Datatables: Now, inside the Prize column, I want to create a common table (without datatables), the way I do it is by calling a function called insertTablePositionDraw; "columns": [...
asked by 05.11.2017 / 03:15
1
answer

how can I add a consecutive id to each button?

<tr ng-repeat= "row in data | filter:getFilter"> <td>{{row.folio}}/td> <td>{{row.fecha}}/td> <td>{{row.nombre}}/td> <td>{{row.usuario}}/td> <td>{{row.departamento}}/td>...
asked by 29.10.2017 / 19:08
2
answers

How to edit an HTML class, from Javascript

Good, I'd like you to help me, I'm doing in javascript so that a class can change color, but I do not know what I'm doing wrong I would like you to help me, this is my code: Javascript: <script> $(document).ready(function...
asked by 21.10.2017 / 14:31
1
answer

Pop-up or message when you click on a div

I have content inside a div, and I want that when someone clicks a message, like pop-up or as a browser message with something like that, click on any side of the div container. I have no idea if this can be done. Thank you.     
asked by 12.11.2017 / 19:39
2
answers

If a result is found How can I block the form?

I am doing the validations for the fields of my form, and one of these, is that if the value written in a field, in this case rut_usu is in the database, it is blocked the form, and self-approach the input again to modify its value. I'm doing...
asked by 13.11.2017 / 13:49
1
answer

AJAX execution

Gentlemen, I am in a question. I'm working with ASP.NET MVC and I'm running Ajax via post . The requirement is to load two grids with a Ajax for each grid. Strictly speaking, it would be something like that, Example...
asked by 13.11.2017 / 15:23
1
answer

Clone dependent selects

I have a code in which I clone the first row of a table, I have two select one dependent on the other, that is, depending on what I select in the first select ( TIPO_ACTIVIDAD ), I will list some options in the second ( SU...
asked by 06.10.2017 / 16:31