Questions tagged as 'brackets'

0
answers

Problem with Javascript 'document' is not defined [closed]

HERE is the code var nic = document.getElementsByClassName('formulario__input'); for(var i = 0; i< nic.length; i++) { nic[i].addEventListener('Keyup', function(){ if(this.value.length>=1){ this.nextElementS...
asked by 04.11.2018 / 17:47
0
answers

Does anyone know why these errors come out in the editor? [closed]

I'm starting to work with javascript..but when I save the code I get those errors, the truth is if you run the application, I get the error that the variable is not being used yet, I know it's not an error syntax, but the truth is a bit uncomfor...
asked by 20.03.2018 / 22:44
1
answer

problem with bracket in the css [closed]

Hi, I have a problem with the bracket preview, I try to see the changes in the preview. When I edit the css I want to see the changes live, that happens. But when I give it to load on the lightning bolt it loads an old file, not the one I'm work...
asked by 25.07.2017 / 18:43
0
answers

Error in Brackets -JavaScript 'document is not defined'

I have an error that I have not yet been able to solve, and it is in Brackets. The problem is with JavaScript, Brackets marks me errors as in the object "document" or other objects that are of JS as it also marks me error in "alert". I recently...
asked by 06.12.2018 / 18:22
0
answers

PHP - JS - WebSocket connection to 'ws: // localhost: 8125 /' failed: Error in connection establishment: net :: ERR_CONNECTION_REFUSED

I have a problem trying to login to my local webpage. When I click on the enter button or when loading the page, it appears on the console: Making validation of the query I also notice that the variables that are passed by post do not take...
asked by 26.10.2018 / 18:51
0
answers

Doubt about an error in Racket program

I have the following code: (define-type Light [bulb (watts : number) (technology : symbol)] [candle (inches : number)]) (define energy-usage : (Light -> number) (λ (l) (type-case Light l [bulb (w t) (/ (* 24 w) 1000)] [candle (i)...
asked by 17.04.2018 / 03:47
1
answer

Error loading json

How about! I am using an api called jquery Mapael for the creation of interactive maps in html, I am loading the data from a json to the application, here is the code: $(function () { $(".mapcontainer span").html("Loading JSON data").c...
asked by 24.10.2017 / 01:16