Questions tagged as 'html'

3
answers

Div with 100% height without scroll bar

I have a div that has a video as a background, however it does not adjust 100% at height but, it always passes a little and that vertical scroll bar appears. Do you know how to make this not happen and really adapt to 100% of the heigh...
asked by 28.04.2017 / 15:09
1
answer

How to change between lists or pages of records with buttons of NEXT or PREVIOUS in PHP?

I have a system to show health tips. I would like the next or previous click to change to the next tip that is contained in the database. I have already managed to generate a value that is a number less or more than the ID of each council but...
asked by 29.01.2017 / 02:10
2
answers

Problem when passing an image and a checkbox group through ajax

Good morning, I have a problem when passing the parameters of a file type form and a checkbox group through ajax. My code is as follows $("#form_img").submit(function(event){ $('#p2').show(); //disable the default form subm...
asked by 09.01.2017 / 17:09
4
answers

Validate dates with JavaScript

I have a problem when validating dates using JavaScript. I have the following form: <tr> <td> <input type="date" name="fecha1" value="<?php echo date($fecha1);?>"> </td> </tr> <tr>...
asked by 16.01.2017 / 18:07
2
answers

Problem with position relative and responsive

I am developing an interactive map with <div> instead of the <map> tag but I have a problem when it works with responsive. That is to say, when I shrink the explorer the capsules are out of phase and I do not know how I...
asked by 17.01.2017 / 19:48
3
answers

Problems with jquery buttons (dataTables)

Good morning, I am creating two tables in the same html file only in different tabs, in each table headings are handled and an export button to excel, the problem that generates me is that when exporting the tables, only the button of the first...
asked by 16.01.2017 / 18:21
1
answer

Autocomplete jquery text field from mysql (use the same field several times to add more options) [closed]

I do not have much idea of jquery. I need to make an autocompletable text field, look for what I have in the database, that part I have covered more or less with this code here: link But what I need is something more complex and I do not ev...
asked by 16.01.2017 / 16:12
1
answer

Show items from a list linked to manytomanyfield

This is my models.py file from __future__ import unicode_literals from django.utils.encoding import python_2_unicode_compatible from django.db import models from django.utils import timezone import datetime class Jugadores(models.Model):...
asked by 25.01.2017 / 21:09
1
answer

Generate Alert From Bootstrap With JQUERY

I try to send an ajax request which I need when I return the answer in the .done (function (- > answer < -) { How can I make that validation in the donation so that this "alert" appears in my view? thanks     
asked by 11.01.2017 / 13:26
2
answers

Bootstrap menu added li active class onclick

I have the following boot menu HTML <div class="container"> <ul class="nav navbar-nav"> <li class="active"> <a href="#" data-toggle="collapse" data-target=".menu-nav" class="collapsed drop-down" aria-exp...
asked by 27.12.2016 / 18:04