Questions tagged as 'html'

1
answer

How to display a menu only for users of a group in Django?

I'm doing a project with django and I have the following query in the admin of django I created the group "Volunteer", to which I gave permissions so you can manage dogs (create, modify, delete) Well now in the template, I have a button...
asked by 27.11.2018 / 17:41
1
answer

Automatically adjust the height of a child div to the height of the parent div

less .content-card { width: 32rem; border-radius: 4px; box-shadow: 0 2px 6px 0 rgba(154,154,154,.78); background: #fff; .content-img { .img-a {...
asked by 27.11.2018 / 15:24
1
answer

values in a html table loaded from mysql

Very good friends, I have a question: I have the following table: <div class="container"> <table class="table"> <thead> <tr> <th scope="col">Fecha</th> <th scope="col">Concepto</th>...
asked by 29.12.2018 / 22:32
2
answers

HTML + CSS: the gray background reaches down

I would like the gray background to come down to the bottom. body,html{ height: 100%; } nav.sidebar, .main{ -webkit-transition: margin 200ms ease-out; -moz-transition: margin 200ms ease-out; -o-transition:...
asked by 12.12.2016 / 17:28
1
answer

How to validate an input in angular so that it does not show error in the others if they are shown with an ng-repeat?

I have the following html to be able to add phones to a contact, I make a validation with angular so that there are not registered phones with characters if not just numbers, the problem is that if I add two phones the first one correctly and th...
asked by 14.12.2016 / 19:47
2
answers

apply effect to an image with css?

I have the following link with an icon on the left side. I want to add the effect that when you click on the link, only the image vibrates with the vibrate class. Just as I have it, only the effect is applied when I click on the image. .vibrar...
asked by 10.12.2016 / 17:16
1
answer

Reset field HTML Img

Cordial Greeting, I hope you are well and can help me with what I want to do. I tell you what I do so far. I have an input file. What it does is load an image and next to it appears the preview of the image that was loaded. We are do...
asked by 19.11.2018 / 14:22
3
answers

How to obtain value of an html select in js through the DOM?

Well the problem I have is that I want to do something very simple and I want to perform a mathematical operation depending on the type of operation that is selected (this is done by the type) but I do not know how to access through the DOM so t...
asked by 21.11.2018 / 22:56
1
answer

How to validate the time format in the 12 hour format? [closed]

I would like to know how valid it is if the time entered by the user has the correct format and has not entered unwanted characters, thanks in advance.     
asked by 21.11.2018 / 01:04
1
answer

Problem with ajax form

I am learning to use ajax when doing click on the submit button of the form does nothing. I put my code: // Esta es mi función: $("#virgen").click(function virgen() { consulta = $("#virgen").val(); $.ajax({ data: '...
asked by 21.11.2018 / 09:50