Questions tagged as 'html'

0
answers

Show jquery data in html

The truth gives me a bit of embarrassment ... because I have no idea I'm just curious and I follow tutorials ... hehehehe The thing is that I consume data from a third-party API, and I want to paint the data in an HTML ... but it does not sho...
asked by 01.12.2018 / 16:25
1
answer

get the name of the id by clicking on a div

I was wondering how to make the name of a div id saved in a variable and then show the value of this variable with an alert, this dynamically, only with javascript.     
asked by 02.12.2018 / 01:37
0
answers

Problem with javascript form

Hi, I have a form in html and javascript that gives me the following error: Can not read property'value'of null and I do not know why I have attached the html and the js Html: <form accept-charset="UTF-8" action="" method="post" onsubmit="e...
asked by 03.12.2018 / 09:08
1
answer

div increases too high when adding buttons

I put a button on a div but when you add it, the div increases a lot and is stuck to the footer, besides the button leaves the div, I do not know what it can be. <div class='caja'>--CONTENIDO</div> <a href="javascript:cargar()...
asked by 03.12.2018 / 03:27
0
answers

Help with Amazon code

in my work I have been given this Amazon code is an accountant, but being on the web page is a fixed number unless you reload the page changes the number, but I want to be updated at all times this number without needing to reload the page, I ne...
asked by 30.11.2018 / 23:09
1
answer

Calculate Sum in real time with JS

Cordial Greeting. I hope you are well and can help me. I have 2 inputs and when you are typing, you change to a currency format: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> &l...
asked by 29.11.2018 / 21:09
1
answer

Content and footer overlapping

I am developing a site and I have a problem with the template AdminLTE . I'm not a CSS expert by any means, but the problem arises that my content, just a div that thanks to ACE Editor becomes a text editor, exceeds the given margins and is s...
asked by 30.11.2018 / 22:00
1
answer

Tabcontrol with html and javascript

I put this example as a reference I have in .net data with a grid which I pass as a parameter to a textbox when I select a row, and my page is updated and the first one is selected as I can omit that. <!DOCTYPE html> <html> <hea...
asked by 07.12.2018 / 04:26
0
answers

OnKeyUp event in Js with setTimeOut

I would like to know if there is any way to do that some 5 seconds after I stop typing a certain code is executed, I currently use it in the keyUp event, but this is immediate. ex: I press the A key (I am waiting for 5 sec), but after 1 sec, I t...
asked by 07.12.2018 / 12:01
2
answers

Show Query in Ventana Modal

I have a question with AJAX & PHP. I have a table of clients and I would like a bootstrap modal window to show me a mysql query in function to the client that I press. When pressing INFO, show me the Mode with a query in function...
asked by 07.12.2018 / 07:46