Questions tagged as 'javascript'

2
answers

Problems with transform and z-index CSS

Hello Stackoverflow community! As you can see in the image, the problem is why my 3D effect exceeds the z-index of the div that is closest to the user? This only happens to me in Safari, in the other browsers it works correctly. The...
asked by 01.08.2018 / 03:23
1
answer

JavaScript: Error with .then and innerHTML

I have errors in the following code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-...
asked by 01.08.2018 / 15:36
1
answer

How to make an element hidden, then appear and disappear again with the scroll in Jquery

I'm doing a website and I want to make an element: 1- This hidden. 2-Appear when the scroll is greater than 900px. 3-Disappear when the scroll is greater than 3000px. I was using Jquery and the code I did is the following: $(document).ready(fu...
asked by 10.07.2018 / 02:44
2
answers

Combining two events in JQuey?

Good day to the whole community. I am quite new in this web development, and when I was doing my page I presented a problem that I do not know how to solve. I am trying to make a drop-down menu that when the event mouse-enter of the eleme...
asked by 11.07.2018 / 23:49
1
answer

How to show data received in a communication between BrowserWindows using Electron

I have 2 BrowserWindow: let AlgoWin = new BrowserWindow({width: 1280, height: 730); let AlgoMasWin = new BrowserWindow({width: 1120, height: 550); These 2 BrowserWindow load html files hosted in the public_html folder such that: Al...
asked by 26.08.2018 / 22:23
2
answers

Blocking when using AJAX making multiple queries to MySQL

I could not determine a good title for my problem but it is the following one, I am doing a small page to make queries to a database, the idea is that while the user writes in an input the results are shown in a table , for that I am implemented...
asked by 28.08.2018 / 15:52
2
answers

Result in Ajax multiplying the array values

When making a query to the database, it generates a response that is received by the success function of ajax, but when I want to put $. each , it is not that I have a problem with that, no and no, the json is parsed, everything is fine, only t...
asked by 24.07.2018 / 00:41
1
answer

Remove object records and fill tbody with Ajax JavaScript

I'm trying to get the records of the next object If I open it, show my data And I'm trying to get them out and put them in a tbody but I do not have any left. This is my code. success: function(data) { var...
asked by 25.07.2018 / 20:43
1
answer

Imitate a canvas background

I'm trying to imitate the background this page link I do not mean the particles but the degraded purple that has but can not do it the closest thing to theirs. Any suggestions to try to imitate that kind of gradient?     
asked by 27.07.2018 / 03:18
1
answer

Is there an event for sustained click on Javascript?

Do you know of an event in javascript that detects when you click and keeps clicking ?, You will see, I want to perform an action infinitely many times while you are clicking "maintained-sustained" to an HTML element, or have some idea How do yo...
asked by 17.06.2018 / 00:26