Questions tagged as 'html'

3
answers

Make a DIV follow you while you are browsing, being FLEXBOX and inside another DIV

Good afternoon. I have three main div , one parent and two child . The parent is a flexbox, so your children will adjust to the width of the page. The problem is that I want one of the two children / child to fol...
asked by 22.09.2016 / 21:07
1
answer

Problem bookstore when aligning div elements and applying z-index

I'm trying to make a bookcase using CSS the problem arises when aligning elements with display:inline-block does not work, the other elements appear vertically (I try to make them horizontal) and also the z-index I can not a...
asked by 08.01.2018 / 00:47
1
answer

Control date between client and server in PHP

I have made a small event registration module, taking between date and time fields: YY-mm-dd H:i:s . Users who register can be from different time zones. Then an event scheduled for a moment could not correspond with the other clients....
asked by 08.02.2018 / 04:22
2
answers

Validate range of dates in php or jquery

How can I condition PHP 5 (or jquery) if I am within a range of dates? For example I want to condition the range of dates If it is within the range send a message "Within Period" Otherwise "Out of Period" The fact is that the date I want to v...
asked by 26.12.2016 / 20:31
2
answers

Use jQuery to 'click' on a li / ul element

I have a list which I want to get the id of each element a this list is filled dynamically by ajax. I use jQuery 2.1.4 and I've already tried it in Firefox and Chrome This is my code: jQ from ajax: $(document).ready(fu...
asked by 04.07.2017 / 16:25
2
answers

Open dialog jquery based on a list of users

I'm doing a modal window with jquery dialog to update users, but only the dialog of the first user I have in the list opens. What I want is to open the dialog to fill in the fields of the form that I have inside, with the data of each individ...
asked by 01.04.2016 / 23:33
1
answer

PHP is not displayed when generating PDF

I am trying to generate a pdf with data collected in a form with PHP. The library that I am using is mPDF <?php $cliente = $_POST['cliente']; $direccion = $_POST['direccion']; $telefono = $_POST['telefono']; require_once(...
asked by 26.09.2018 / 12:36
1
answer

favorite system without database

I want to make a bookmark button, like a heart or something ... the issue is that I did not want to use a database and I found a code that works and I like it but when it exits and re-enters it restarts and deletes the data: var likes =0...
asked by 20.05.2018 / 17:34
2
answers

Function of javaScrip does not work the second time I click

I'm starting in web development, but I have a small inconvenience, I have a small scrip that returns the system date by clicking on a button but by erasing the data from the text box where it rests and click a second time to return to bring the...
asked by 29.06.2018 / 12:29
1
answer

Place icons on a menu with bootstrap4

I have a little problem, I'm trying to make a footer where I have some icons above and below I have a navbar, something like this: And I did this: <div class="footer"> <div class="container"> <div class="r...
asked by 18.03.2018 / 05:28