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¿...
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...
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...
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...
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="...
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">...
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...
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...
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...