Questions tagged as 'html'

1
answer

Calendar with restrictions with HTML, JavaScript, CSS

I need help. I seek to implement a form where one of the fields is a calendar, which has the following characteristics: 1) Saturdays and Sundays disabled. 2) That does not allow to select previous dates. 3) As the shipments of the...
asked by 11.10.2018 / 02:59
1
answer

Change color to an item in the Canvas

What happens is that I am implementing an animation to simulate the effect of water in a circle, for this I am using a Js that I found online called "waterwave", but I can not change the color of the black background, try to several ways and the...
asked by 10.10.2018 / 18:25
2
answers

Show modal of Bootstrap with JS

The problem I really do not know where it comes from, and it's quite simple, but I do not know how to solve it, the issue is that I have a form that is to be able to enter X site as a user, then it has its respective field of user and password...
asked by 10.10.2018 / 12:18
3
answers

Decompose a variable that contains HTML

Hello, I have a query, how can I decompose a variable that contains the following? <div> <strong>titulo aqui</strong> <br> <text>Texto aqui</text> </div> What I would...
asked by 31.10.2018 / 04:26
1
answer

How to correctly use the jQuery plugins?

It turns out that I'm doing a search menu, but the connection to the jQuery does not work to hide the content of it. When I look at the Google Chrome console, the following errors appear: jquery-3.3.1.min:1 Failed to load resource: net::ERR_FI...
asked by 30.10.2018 / 18:56
1
answer

Execute expression when you finish fetching data using Http AngularJs

I am trying to make that when I give click to checkbox an expression is executed when it has finished bringing the datos of the function getUsers() , apparently it works fine. But then what I want to do is to deact...
asked by 31.10.2018 / 13:26
1
answer

Link from a list-group within a tab to the next tab

I have a bootstrap wizard with progress bar, the original example is that every time you click on a tab advance the progress bar, my intention is to take advantage of this code to insert a list-group in each tab and that when doing click on any...
asked by 31.10.2018 / 01:25
1
answer

Positioning of text

I need to position text around an image. example This is how I position each text, but it gives me problems to be responsive. At the moment it looks good on my screen but when I review it in a bigger one it gets out of hand. Any idea how t...
asked by 02.10.2018 / 15:33
1
answer

create two groups of collapse or accordions on the same page with bootstrap?

I am creating a page of html and I want it to have two columns with 13 accordions each but I do not want more than one to be seen at the same time in each column, only the left works as I want, the right allows they all look and it seems...
asked by 22.11.2018 / 16:29
1
answer

Create a simple slider, but with content inside

I'm creating a slider, but instead of having images inside there is a design made with 'divs'' This is the HTML: <div class="contenedor"> <div style="display:inline-block;"> <div class="col-12 animated zoomIn cu...
asked by 07.11.2018 / 20:40