Questions tagged as 'javascript'

1
answer

RevealTrans Uncaught TypeError: Can not read property '0' of undefined

marco.getDiv().filters[0].Apply(); marco.getDiv().filters[0].Play(); frame is an object getDiv() returns this.getDiv() ; I would like to know what these lines of code do because I can not find a solution in other Internet page...
asked by 19.04.2018 / 09:44
0
answers

How to walk a json with js and show in html [closed]

I have a json object which I wish to traverse to list all the data stored in an html. I would like to know how I can do it using native JS (without frameworks). This is the JSON object {"centros_educativos": [{"colegio":"colegio 1", "alumn...
asked by 02.05.2018 / 21:30
1
answer

I want to make a script, I skipped the https security certificate [closed]

I have the following problem my web application has an iframe which accesses another page without a certificate and I skip security and I want to make a script that automatically skips this security so that my app can continue.     
asked by 06.04.2018 / 14:07
1
answer

Monthly events calendar

I'm trying to create a monthly calendar that when I click on a certain day, take me to that day with your events. The problem is that I do not know how to get this monthly calendar to take me to the daily page, I do not know if I explain myself...
asked by 03.06.2018 / 17:42
1
answer

Sort and join equivalent of JS to Java

I know the question is probably very early but they would help me a lot by telling me equivalents of those priorities or methods (I really do not know what they are) in java, thanks.     
asked by 26.08.2018 / 21:48
1
answer

How can I work with cookies with JS or jQuery?

I need to create, read and delete cookies from the client side, for this I need to use javascript or jQuery but I do not know how to manipulate the cookies from here, there is a framework that helps with this issue or I have to build my own func...
asked by 04.07.2018 / 21:25
1
answer

Open screen by clicking on input and returning written data [closed]

I need to click on a text type input to see a screen where I can enter text and when I click on an "Accept" button, I return the written data and put it in the original input. For example: Input1 when the click event is exe...
asked by 19.12.2017 / 19:03
1
answer

how to find out what calls the JavaScript code makes [closed]

I would like to know how you could look for the calls made by the JavaScript code in a web page thank you very much!     
asked by 05.12.2017 / 12:42
1
answer

Validate ID in the database

Very good people ... I need a little help ... I have a form made by which the user must enter a name, ID, sex..by which then it is saved to a database ... I have to do a function in javascript to check if the ID was already entered .. If this ID...
asked by 03.09.2018 / 18:30
2
answers

What is the error? [closed]

The document does not change color function changeme() { var color = "#"; var letras = "0123456789ABCDEF"; function random() { for (var i=0; i<6; i++) { color += letras[Math.floor(Math.random() * 16);...
asked by 30.05.2017 / 18:08