Questions tagged as 'html5'

1
answer

Click and act, click again and return to position / Jquery

I made a button to open a configuration screen, when I click open the screen, and the button changes from "Configuration" to "Back" but I would like it when I clicked again to write "Configuration" . Can anyone help me? Preferably in jQ...
asked by 17.02.2018 / 20:36
1
answer

Problem with attribute "position" CSS

Previous question: Convert image to CSS .counter{color:#fff;font-family:Tahoma;font-size:60px;font-weight:700;letter-spacing:12px;line-height:63px;padding:0 0 0 6px;height:70px;margin-top:-1px;position:relative;width:105px} .cro_azul...
asked by 13.03.2018 / 20:31
2
answers

Join query returns to populate a combochart

I have 2 queries in the database:    One returns the goals of the day until the last day of the month: DIA META 1 3,23 2 6,45 3 9,68 4 12,9 5 16,13 6 19,35 7 22,58 8 25,81 9 29,03 10 32,26 11 35,48 12 38,71 13 41,94 1...
asked by 13.03.2018 / 20:47
2
answers

Is there a standard for Media Query application?

I'm starting to learn about Media Querie now and I have a question that I did not see the answer to. Is there any standard in the media application querie? It is correct to have a media-querie.css file with all modifications or the correct...
asked by 05.02.2018 / 20:10
1
answer

Problem with form submission

I'm having trouble trying to make a submit of a form when my object is null as it is not mandatory. But you can not save it null. /// Model public class Atividade { public virtual long Id { get; set; } [Display(Name = "Descrição")]...
asked by 22.02.2018 / 17:52
2
answers

Bootstrap: sort by column instead of row

I have a layout that has the following template: [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] And I would need both desktop and mobile to look like this: [1] [5] [9] [2] [6] [10] [3] [7] [11] [...
asked by 31.01.2018 / 18:06
2
answers

Background color did not go out when clicking the close CSS button

I'm developing a web application using Html, CSS, Jquery, and every time the page is loaded a modal appears with an image. ButwhenIclickthecloseicontheimageexitsbutthebackgroundcolordoesnot. HTML<divid="boxes"> <div id="dialog" clas...
asked by 31.01.2018 / 00:36
1
answer

Hover slider Effect with Jquery does not work

I'm developing a web application using html, css, jquery and put an animation like this in my application. link with example of what I wanted in my application But when you hover over the images, the animation does not work and does not...
asked by 31.01.2018 / 15:46
2
answers

Get value entered by the user in the input with jQuery

Hello! It's the following, in my form, I'm trying to get the value entered by the user in the input as follows: // jQuery function teste() { var nome = $("#nome").val(); alert(nome); } // HTML <form method="post" action="#"> <div...
asked by 06.03.2018 / 02:49
1
answer

why hgrup has been discontinued? some substitute in place? [duplicate]

<header id="cabecario"> <hgroup> <h1>Cristiano Rodrigues&copy;</h1> <h2>Bem vindo ao meu mundo!!!</h2> </hgroup> <img src="_imagens/glass-oculos-preto-peq.png"> <h4>...
asked by 06.02.2018 / 12:14