Questions tagged as 'html'

2
answers

Background color on calendar-specific days and times

I have this calendar as shown in the image: HeintendedthateveryTuesdayfrom2:30p.m.to5:30p.m.andThursdaysfrom10:30p.m.to12:00p.m.wouldappeartohaveadifferentbackgroundcolorcomparedtotherestofthedays.Thisisthecalendarcode:<script>$(document)...
asked by 10.09.2018 / 11:49
2
answers

Using data from another site via LINK / ID

I need to know how it is possible for me to fill data on my site with data from another site. Ex: My site has the ('Title, Image, Tracks.') fields and there is a site with a database with the same content type as mine, so the balcony is , E...
asked by 04.09.2018 / 21:55
2
answers

Insert Image with CSS Without Line Break

I have the following problem, when I insert some photo with the background it is breaking line: Iwantedthemtobealigned: Ex:[Imagem]-[Imagem]HTML:<spanid="vote"><a href="#" return false;"> <div class="like"></div>...
asked by 04.03.2018 / 17:43
2
answers

How to generate HTML at a specific point on the page?

I'm learning to program in JavaScript and jQuery, and I'm having trouble generating HTML code. Given an HTML body how do I insert HTML code inside a specific place? In the case below I already know how to insert a paragraph at the end of &...
asked by 01.03.2018 / 16:46
2
answers

Get input values from a given form

I have the following scenario: Multiple forms, however, I need to set all inputs only from the form that is in action, which is triggered by the button. function enviaForm(id){ $(id).submit(function(){ var answer = $("input[n...
asked by 01.03.2018 / 08:12
1
answer

Assigning the radio button through the div

I need to do a simple questionnaire and multiple choice answers, in this case I chose the radio button ... In my PHP I'm getting the posts and I'm already doing the verification of responses with if . My problem is, in the layout there...
asked by 06.03.2018 / 05:15
1
answer

Using tag picture

Good afternoon, I have the following structure: <picture> <source media="(min-width:min-width:1440px)" srcset="img/main_banner_info-1440px+.png"> <source media="(min-width:min-width:660px)" srcset="img/main_banner_info-660...
asked by 28.02.2018 / 21:26
1
answer

Create a video by javascript

I tried to create a video on my page which is generated by button click through javascript, as follows in the code: function tocar_video(mysrc){ var video = document.createElement('video'); video.src = mysrc; video.autoplay = true;...
asked by 27.02.2018 / 16:57
1
answer

How to pass data from an input to javascript and then display it

I have this code to fetch the value of my input <Script> var name = document.getElementById("name").value; I would like to know how to introduce it in a spam for example     
asked by 19.03.2018 / 16:00
2
answers

because the hover does not overlap the div

I have a problem I think is quite simple. But I already did everything and nothing solves, as you can see in print div that is with hover it does not stay on div pai link what could I do? The% div of% is with...
asked by 17.03.2018 / 15:21