Questions tagged as 'javascript'

1
answer

Copy text in javascript

<td> <div id="Ei" onclick="getValue()">Click me!</div> </td> <td> <script type="text/javascript"> ShowLMCButton(document.getElementById("Ei")); </script> </td> I want to...
asked by 03.03.2015 / 14:48
3
answers

Link to edit another open window

Next, I have a page that, when you click a button, opens a new window. In this new page I would like to put links that affect the page that generated this window. Does anyone know how to do it?     
asked by 02.03.2015 / 18:56
1
answer

Drag and Drop - JavaScript or JQuery [closed]

Good morning ... I was challenged to convert a C # Desktop to Web application, however I have no knowledge of ASP.NET, JScript or JQuery. And among the components that I need to adapt is a DRAGDROPTEXT. It is a SPAN within a DIV that is capable...
asked by 04.03.2015 / 12:24
0
answers

How to put JSON values in a chart in HTML5?

// Classe para chamar o Json. function json(){ var qtd; var retorno; // Resgatar valores. json.prototype.resgatarValores = function(){ $('#resultado').html('Carregando dados...'); // Estrutura de resultado. $.getJSON('...
asked by 03.03.2015 / 15:24
0
answers

$ (window) .height () returns value equal to $ (document) .height ()

I have a very annoying problem. I'm trying to get the "scrollBottom" page, using: $(document).height() - ( $(this).scrollTop() + $(window).height() ) I then made a "tabelinha" to display the data on the screen, and tested on other websit...
asked by 04.03.2015 / 02:06
1
answer

Javafx - button-click event, inside a table, does not work

I'm in a JavaFX project where I needed to autocomplete an input. We have some plugins that can be used, but the autocomplete was so simple that we'd rather do it by hand. Here's p HTML: <div class="input-group"> <input type="...
asked by 07.10.2015 / 21:43
0
answers

Update real-time information javascript [duplicate]

I would like to know some way to update information of a certain page, that is if I modify some file, update in real time without having to refresh the page with javascript. We assume that we change information in a file of a page, the page...
asked by 08.10.2015 / 23:18
1
answer

Manipulate an iframe through another iframe

Hello, I have a question and I would like to ask your help. Well, I'll try to explain more or less the problem (the names I'm going to quote is just for example). Imagine that I have a file called "main.php", hence within this file there are two...
asked by 13.03.2015 / 23:04
0
answers

Authentication and authorization in WebSockets [closed]

Good afternoon, I was asked to build a Java application that communicates with a mobile application developed with hybrid technologies (HTML5, CSS3 and JavaScript), while researching the technology that would support my needs, I concluded which...
asked by 17.03.2015 / 17:21
2
answers

Load checkbox from select

Good morning! I have the following select: <select name="category" class="form-control" id="categorias"> <option value="">Escolha uma categoria</option> <optgroup label="Vehicle"...
asked by 02.03.2015 / 17:08