Questions tagged as 'javascript'

1
answer

Connect java and javascript [closed]

You can inform me about how to pass variable values between java and javaScript, as well as how I can call java methods from javascript Thank you very much for your help.     
asked by 31.05.2017 / 12:56
1
answer

go from php to html [closed]

Here the customers of the table are ready <?php $result = mysql_query("SELECT * FROM tabla " ) ; if ($row = mysql_fetch_array($result)){ echo "<table border = '0' width='100%'> n"; echo "<tr><td><strong>Cabecera...
asked by 26.05.2017 / 21:30
1
answer

Development of a 3D human avatar [closed]

Thanks for your help. I need to program an avatar with a human figure in 3D, as an application assistant, the idea is that I can animate it with javascript so that I can talk to the user, walk, and display options to the user. Does anyone...
asked by 26.05.2017 / 05:25
2
answers

Jquery syntax error [closed]

Hi, I'm trying to create some buttons that make show and hide according to the category but I have some error and it does not work. This is the for that mounts the buttons: for (var i = 0; i < data.length; i++) {...
asked by 30.08.2017 / 10:02
1
answer

Open modal from JS

I'm doing a query which generates certain information, implement a Modal. to see more info or something like that. The problem esque generated a lot of HTML code. how can I do it so that when I click on the button see more info send me to call t...
asked by 15.10.2017 / 10:35
1
answer

My problem is that what you program so that it appears in "else" appears in the "if 1 and 2"

<!DOCTYPE html> <html> <head> <title>Tu peso en otro planeta</title> </head> <body> <h1>Tu peso en otro planeta</h1> <p>En la tierra pesas distinto que en <b> Marte...
asked by 25.12.2017 / 07:44
3
answers

what works in java script allows me to truncate a value?

I need a function in JS that allows me to truncate 4.5 to 4 for example something like .truncate(x)     
asked by 03.10.2017 / 12:26
2
answers

capture value of an array checkbox in a table

I have the following code: var fila='<tr class="selected" id="fila'+cont+'" onclick="seleccionar(this.id);"><td>'+cont+'</td><td>'+$('input[name="fk_animalito"]').val();+'</td><td>'+$($('input[name^="fk_hora...
asked by 27.05.2017 / 18:01
1
answer

Deselect a button (it is not a checkbox) [closed]

I would be very grateful if anyone could help me with this since I am still new to this: Within a section of the page, where there are 5 buttons (come from a json), let me select several of those buttons, either one or all, have a style for acti...
asked by 28.03.2017 / 17:45
2
answers

How can I get the value of an input with JavaScript?

This is my input and I need to obtain the value by JavaScript of preference that is pure and not with frameworks or if there is no other way or mode. <input type="text" class="whsOnd zHQkBf" jsname="YPqjbf" autocomplete=...
asked by 13.09.2018 / 21:56