Questions tagged as 'html'

1
answer

Extract data with API / JSON

My query is as follows, I have a rest API this is the url ( link ) and what I want is to make a GET with a Json . Search the internet for examples with curl but I have never worked with that extension and I do not know if it goes...
asked by 27.08.2018 / 20:19
1
answer

help with a javascript for

Good day, I'm trying to put a value in a normal amount input, click on a button and I get the number of fields that says in quantity. I'm doing it this way but I only get 2 fields so I put 4. var cantidad = document.getElementsByName("cant"...
asked by 27.08.2018 / 17:19
0
answers

Bootstrap 4 navbar moves a bit when the modal opens

Hi, I'm having a problem that I do not know if it's a bootstrap bug or not, what happens is that when you open the modal, the navbar moves a bit and then when you close it, it's like an effect that moves towards the sides, this is my code: <...
asked by 27.08.2018 / 21:03
2
answers

Check if an image has been sent by form

I have a problem that I do not know how to solve. I would like to know how I can check if an image has been sent through a form. I have a form with different fields, one of them type of image <form action="control.php" method="POST...
asked by 14.09.2018 / 17:46
1
answer

Exclude selector element-JQuery

I would like to apply a function that disables the click (which I found here) to several <div> , except the <a> with the class .ellipsis_inline that are within them. But in the end it either blocks every...
asked by 14.09.2018 / 19:24
0
answers

shadowbox on labels created by javascript code

have if I can explain myself. In javascript I am trying to go through a loop for I add a table to href tags that in turn will display a modal window with Shadowbox, but I can not get the shadowbox to work, it opens in full window. I show you the...
asked by 28.08.2018 / 15:17
1
answer

I see a black background when the Bootstrap carousel goes by image

How do I make it so that I do not see a black background between image and image? Thank you very much already. html, body { height: 100%; } .carousel, .item, .active { height: 100%; } .carousel-inner { height:...
asked by 23.08.2018 / 15:33
1
answer

Complete the for with the payment dates

Since I could not solve my doubts, in this question I cover a little more what I need to see if they can help me. I have this function: function getAmortizacion(monto, tasa, cuotas, periodo, tasa_tipo) { var valor_de_cuota = getValorDeCuot...
asked by 23.08.2018 / 13:26
1
answer

NaN error in angular when adding amounts

I have a function in angular which me suma the amount that happens with the parameter, but throws me at the end of the suma error Nan , which can be ?, this total is plasmo in html , I hope for your help, thanks!...
asked by 23.08.2018 / 15:32
0
answers

Receive a data from a WebService with JavaScript

I want to consult a webservice to which I send a data and I receive a string type list. I tried using the soap.js library but it does not work for me. Is there any way to do it from JavaScript easily without soap.js? This is the code I have n...
asked by 23.08.2018 / 15:13