Questions tagged as 'html'

2
answers

how to add what is written in input to an array? [closed]

let arrayPaises= ['eeuu', 'colombia', 'noruega', 'islandia', 'peru'] arrayPaises.map((e, key)=>{ jQuery('ul').append('<li>'+e+'</li>'); }); <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.mi...
asked by 27.11.2017 / 20:52
1
answer

load html file using window in js

I have a dialog box that shows a text and two buttons. How can I make the button to accept recharge the html file it is in or can reference an html file to load? var cuadroDialogo = confirm("Que mente mas privilegiada tienes compañer@\n¿...
asked by 24.11.2017 / 19:23
1
answer

Problems with width and height at 100%

I need help, I have problems with a CSS code. I have the following document both html and body I have set them to occupy all the height and width of the screen. inside body I have a container box, that in turn has two boxes plus header and conte...
asked by 02.07.2016 / 15:48
2
answers

Disable click, but enable scroll in a div

I'm using: <style type="text/css" media="print,screen"> #aviso { pointer-events:none; } </style> to deny the option to click inside that div, but I want to be able to scroll inside it, which does not allow me to...
asked by 08.06.2016 / 16:24
1
answer

Show / Hide div

I have two links one is called links and the other information. My question is, how can I do with jquery that when I click on links a div appears and when I click on information the links div disappears and the div information appears. The ht...
asked by 21.04.2017 / 13:02
1
answer

How do I use serialized data in Python?

I have the following website: <html> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" /> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script src="...
asked by 28.08.2017 / 19:06
1
answer

Because my page does not fit the different screens

   I tried to center what the page is but I always have space left   to occupy almost always as in the sketch above, what happens?   leaves some words aligned horizontally. Index.html <!DOCTYPE html> <html lang="es">...
asked by 07.06.2017 / 08:56
1
answer

Jquery tooltip scrolls the contents of the table

I have a table html similar to this: <table class="table table-striped table-custom table-responsive"> <thead class="ordenable"> <tr> <th class="col-1" id...
asked by 31.05.2017 / 07:17
2
answers

Columns with the same height in Bootstrap

I have some columns each with a content, however as some have more content than others are higher and in general it looks ugly, is there any way to equal them all so they have the same height? I tried to class them that was height:100% bu...
asked by 31.01.2017 / 17:52
1
answer

Send variables $ _POST [] with header ("location: URL");

I have a PHP file in which I send the actions with forms in which there are inputs type hidden with the variables I need. But there comes a time when I need to reload the page and keep the variables of $_POST . The reload is necessary to a...
asked by 31.01.2017 / 08:57