Questions tagged as 'html5'

2
answers

Form does not send the information to the email

I need the information in my form to be sent to my email I'm doing in php but it does not work follow my code: <form action="email.php" method="post"> <label for="Nome">nome:</label> <input type="text" na...
asked by 27.05.2015 / 19:07
1
answer

Why button type = submit is not submitting?

I'm creating a modal form, when I try to submit it, it does not submit. My VIEW: @model GerenciadorDeAtividades.Dominio.AtividadeDominio @{ Layout = null; ViewBag.Title = "Alterar Status da Atividade"; } <div class="modal-dialo...
asked by 24.06.2015 / 14:35
1
answer

redirect page javascript after animation

Well, I'm making a game in HTML5 + CSS3 + JavaScript and I'm in the part of the initial menu. I wanted the button before redirecting the page to make an animation. The animation part is working fine, but from the moment I enter that part of the...
asked by 24.03.2016 / 16:31
2
answers

Mobile site content with jQuery click

I would like to apply the following function in a project. When clicked on the button (which applied, it will be the menu button) the entire content of the site that is inside the CONTEUDO-MOVEL div should go to the left hiding a part...
asked by 19.02.2015 / 14:21
3
answers

How to transform data into array with JSON?

I have to get the data being accumulated in the valore variable and turn them into an array so that I can get them using HttpRequest in an HTML page. How do I do this? // Classe para chamar o JSON. function json(){ var qtd...
asked by 16.03.2015 / 15:40
3
answers

JavaScript does not follow in algorithm flow

Example: $("#segundaFeira").change(function(){ valorSegundaFeira = calcularJornadaDeTrabalho(this.value); var x = valorFinalJornadaTrabalho(); alert(x); }); Note that the global variable valorSegundaFeira is...
asked by 05.11.2015 / 13:39
1
answer

E-mail Marketing

I am starting an email marketing code, I want to apply the whole part a border-left and a border-right of 4px in the color #b21331 , but since the code for email marketing can not contain many tags, including that of style...
asked by 31.03.2014 / 20:40
2
answers

How to make Bootstrap work in IE7

is there any way to make Bootstrap compatible with IE , in documentation talks about Respond.js but did not work, follow example link <!doctype html> <script type="text/javascript" src="https://ajax.googleapis...
asked by 21.03.2014 / 21:55
1
answer

How do you use Bootstrap Popover?

I need to put a "balloon" in the click event of the cars or even use the tooltip with mouse over I think the best way is to use the Bootstrap 3 popover, but I do not know how to use this element. Any suggestions?     
asked by 06.04.2015 / 03:04
2
answers

Facebook does not allow the presentation of posts in iFrames?

Here is a routine that searches all posts of a given user via Facebook Graph API , displays the time that was posted and the message, description and post type in DIV : FB.api( { method: 'fql.query', locale: 'pt...
asked by 11.02.2014 / 12:43