Questions tagged as 'javascript'

1
answer

How to do leverage in Javascript (without jQuery)

I have a question. It happens that I want to form an "X" with Javascript: clicking on a div calls a function that interacts with the css and changes the position of other smaller div's and forms an "X". Well, that if I could have done it. My...
asked by 29.06.2017 / 14:20
1
answer

how can I make the following table in firebase [closed]

The table that I show in the image is in MySQL. I want to make that same table but in firebase, how would that table be structured in the form of a tree as established by firebase?     
asked by 01.07.2017 / 17:10
1
answer

D3.js not graphic

I have been working with D3.js and I am learning about it .., I made some simple graphs from the same HTML5 document successfully, the problem comes when I want to take all the jasvacript code to a javascript file and try to instantiate the crea...
asked by 28.06.2017 / 23:52
0
answers

How to show a modal or a persistent div in php or javascript?

Good afternoon, I do not even know where to start, I have an auction system where the user waits on a page to have a product sent from an application, when the product is shown to the user it must contain an expiration time to buy, what I need i...
asked by 28.07.2017 / 16:52
0
answers

Run two events ajax - js

Good day forum. I have a question, how can I do to be able to execute two events with javascript and ajax. function validar(){ $(document).ready(function(){ $(document).on('submit','#addproduct',function(){...
asked by 02.07.2017 / 22:13
0
answers

Unexpected token in JSON at position at JSON.parse (anonymous)

angular.module('app.controllers', []) .controller('AuthLoginCtrl', ['$scope', 'restApi', '$state', 'auth', function ($scope, restApi, $state, auth) { $scope.ingresar = function () { restApi.call({...
asked by 02.07.2017 / 03:17
1
answer

Text of an input with a checkbox

Good morning. Someone could help me? I have this: <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-checkbox-input-directive-production</title> <script src="//code.angularjs.org/snapshot/a...
asked by 03.07.2017 / 16:59
1
answer

Change photo when choosing select

I would like that when you select elements from the drop-down menu, in addition to obtaining the number in seconds, a certain information box will show some content. One of the things I want to achieve is that the image in div photo-info...
asked by 27.06.2017 / 11:02
0
answers

Load Data in Popup when clicking on a link

Dear, my problem is this, I am developing a module in .net mvc4, with foundation framework. I need to do the following: show a table, which shows a consolidated data of people (Heads), by clicking on the name of the person, displays a popup with...
asked by 27.06.2017 / 19:19
0
answers

How to prevent a second dialog box from appearing when I execute the alert or confirm function from javascript?

As the title says I want to know if there is any way to avoid duplicating the dialog box when using these functions, I am in the following dilemma: I want to show a confirmation message on a page where a payment is made and in the message the am...
asked by 27.06.2017 / 18:08