Questions tagged as 'javascript'

2
answers

How do I describe data in a laravel blade?

I have a data that comes from the encrypted controller, this with the intention that the user does not see a data that I bring from the controller, I do not know if there is another way to do this. The data is encrypted as follows: $valores...
asked by 30.07.2017 / 01:58
0
answers

Error calling generic handlers (ashx) c # with JavaScript getXMLObject

I have a generic handlers that I plan to use to check the database connection from my website, it is called by a JS file which uses > XMLHttpRequest to make the request to the server IIS local and return an object that will be shown in t...
asked by 29.07.2017 / 03:12
0
answers

How can I get the id in the modal window? [closed]

How can I get the id in the modal window? var items = [ <?php while($reg= mysql_fetch_array($order)){ ?> { id: <?php echo $reg["id"]; ?>, title: '<?php echo $reg["titulo"]; ?>', }, <?...
asked by 19.12.2016 / 21:12
1
answer

Send a Map between different html Javascript files

Hi, I am working with 2 htlm's ( login.html and assistance.html ), each with its respective javascript ( login.js and assistance.js ), in login.js I create a user map (usersMap). How could you use usersMap in assistance.js so you do not...
asked by 16.12.2016 / 20:29
1
answer

Error while testing with selenium and JUnit!

What happens is that I'm doing some tests with JUnit and selenium and when doing tests I get this error message in the console: JavaScript error: http://localhost:8080//wfi/css/jquery-confirm.css, line 10: SyntaxError: illegal character JavaSc...
asked by 23.12.2016 / 16:43
0
answers

Is it possible to modify the content of the window.location without redirecting the page? [closed]

I need to make a modification of the window.location integer (the whole route) without updating. Something similar to history.pushstate , but I do not find any viable way to do it Try to make the modification with the definege...
asked by 26.12.2016 / 19:36
1
answer

Modify CSS file from Javascript

Good morning everyone, I'm designing a web in ASP where each user can select a "theme" for the interface (basically, the color of the header and others is red, green or blue). What I do is that each user, from his personal data page, select a...
asked by 21.12.2016 / 13:35
2
answers

Can I use an AngularJs keypress inside a div and not an input?

Good morning, I'm starting to make a game that is a 100x100 board on the screen, I want to be able to recognize when the keyboard dates are pressed so that the player moves along the board, I'm using AngularJS, for that there is the ng direct...
asked by 17.04.2017 / 16:28
0
answers

Change appearance of a website [closed]

I'm doing a website with php, html5, css3 and javascript. In my html code with php I have different div which have different colors and the text that appears in them has different families letters. I would like to make a section on the web in...
asked by 27.12.2016 / 13:47
2
answers

Problem with setInterval. Simon Says

I find the following problem with the SimonSays : I want to make the effect of coloring the box of a highlighted color that you have to press, and the second one to turn to a more subdued color. Through changing id with setAttrib...
asked by 13.12.2016 / 13:09