Questions tagged as 'javascript'

0
answers

About Events in the JStree

I am using a jstree in a .net mvc5 application but when I load it with the root node closed and it does not show the child nodes, I have to double click to expand, as I can make it open by default in the first level, and that when a single click...
asked by 30.01.2018 / 20:18
0
answers

Re-dimension iframe to its content in vue js

I am developing a site in which I have to incorporate a iframe that shows the content of another site, the problem I have is in height of iframe , since it does not accommodate its content . Investigating I found this solu...
asked by 30.01.2018 / 23:46
1
answer

ExecCommand modify width and height in insertImage

Good afternoon. I think I started in this forum with my left foot, so I try again. If I do not understand now, I will not bother anymore. As Travv indicated, I reformulate my question: When I use execCommand insertImage, I would like the i...
asked by 26.01.2018 / 18:51
0
answers

Do not receive a response from api youtube - javascript

I have 3 files: - index.html - style.css - app.js When I run the html it does not return the Youtube API connection, it already indicates the KEY API and so on. function tplawesome(e,t){res=e;for(var n=0;n<t.length;n++){res=res.rep...
asked by 24.01.2018 / 10:19
0
answers

Update records in a footable table

As I can load the data I receive from a post request with AJAX in a datatable, I have the following script: $("#status").change(function () { var respuestaAJAX = new String...
asked by 24.01.2018 / 18:00
0
answers

Use of fetch javascritp. And receive data with express

I have a question. You will see I am sending the data of my form with help of fetch like this: const formSignin = document.querySelector('#formSignin'); formSignin.addEventListener("submit", event => { event.preventDefault(); con...
asked by 23.01.2018 / 20:28
0
answers

How to call a function between angular components?

First of all let's talk about the implementation, I'm using Angular in its version 1.6, and I'm starting to implement the use of the components. I am creating a single page aplication and I am using components to divide the tasks. I also...
asked by 23.01.2018 / 19:44
0
answers

Use jar in JavaScript [closed]

I have a question about whether you can call a class that you do in java and use your methods in a js? and in the event that it could be as it would be?     
asked by 25.01.2018 / 19:26
0
answers

Retrieve data from a row in a table

I have this table in a JSP and I'm trying to get all the values from the row by clicking the button with JavaScript. <table id="myTable"> <c:if test="${not empty conversaciones}"> <tr class="titulo"> <th>Id Conv...
asked by 25.01.2018 / 12:54
0
answers

How to order a web page to show it

My application uses token-based authentication. On the login page, I send the user's data and password. I must receive a token to set it to localStorage . once it is received and established. render the welcome page. This is my Front end c...
asked by 25.01.2018 / 14:56