Questions tagged as 'javascript'

0
answers

New js not recognized in web host

To put in context, a web page in a shared hosting, with development in local scope, both javascript that will put down work correctly in local area (localhost: 8000) Both URL and code in the template only change the name of the file, both files...
asked by 21.09.2018 / 13:29
0
answers

Make a draggable DIV (jQueryUI) on a table (dataTable)

I would like to know how I can make a draggable div (.draggable), that when dragging it overcomes a div that contains a table, I have something like that in my code (it's too extensive to put everything) HTML: <div id="contenedorDivs">...
asked by 21.09.2018 / 14:07
0
answers

Reference error when saving objects in an array

I'm trying to insert objects into an array. The objects I want to insert come from another object that I get by making an asynchronous call using fetch (). let log = console.log; let apiRequest1 = fetch('http://s3.amazonaws.com/logtrust-s...
asked by 21.09.2018 / 14:07
0
answers

How to do in javascript double autocomplete?

I have left the code I try to program here: link What I want is that when you write a term in the textbox, the select is completed with the options that contain the word written in the textbox. For example. If I write in the C textb...
asked by 21.09.2018 / 15:41
0
answers

Calculate Area using ThreeJS

I'm introducing myself to ThreeJS. And I'm creating an Uploader, that uploads a "stl" file and tells me the measurements, since, those models I need them to calculate a price of a 3D printing for it, I need that data. Thanks in advance....
asked by 24.09.2018 / 09:59
0
answers

Make filters with buttons

I am setting up a site, and I need help with a detail that I can not make work. The site I am working on is the following: link As you can see, there is a list of products, and there is a filter inside the "Items" button. What I can not achiev...
asked by 01.10.2018 / 15:18
0
answers

the browser does not recognize the socket.io library

I was making an application that connects from a web page to a socket server. It turns out that when I run the website the browser is not able to find the socket.io library Browser code index.html: <!DOCTYPE html> <html lan...
asked by 24.09.2018 / 11:38
1
answer

How to add a value to an int and problem script and its variables

First of all, I'm sorry, I'm new to programming and I know that the following code has errors. The idea of this code is that the user selects a Select option, each one has a maximum value. After that the user must enter in an input number a nume...
asked by 20.09.2018 / 17:27
1
answer

DINAMIC MENU WITH viewScroller.js

I want to make a menu that changes the name depending on the section in which it is located, it must be fixed all the time, the page is developed with viewScroller.js and until now I have not managed to get it: link < - It's the same str...
asked by 20.09.2018 / 15:29
0
answers

Send web form in java

My code is as follows: WebClient client = new WebClient(); client.getOptions().setCssEnabled(false); client.getOptions().setJavaScriptEnabled(true); client.getOptions().setThrowExceptionOnScriptError(false); HtmlPage page = cl...
asked by 19.09.2018 / 08:01