Questions tagged as 'html'

1
answer

Bootstrap Problem with JavaScript

I have an HTML code that when I insert the class form-control into the input, my JavaScript function does not work. This does not work for my sum function: <div class="container"> <div class="row"> <la...
asked by 11.12.2017 / 16:59
1
answer

Get HTML input value and pass to variable in PHP

I have this input: <p>Início do período:</p> <input type="text" id="calendario"> <script> var start = new Date(1997, 12, 01); var end = new Date(1998, 11, 31) ; $(document).ready(function() {...
asked by 11.12.2017 / 16:49
1
answer

Cancel Event Click JQuery preventDefault

Hello, I'm not able to use addClass when I give a response to my page using ajax. What happens is that it adds the class to my html element for a moment, but the behavior is as if the page was loading, so nothing happens. I'm doing a paging....
asked by 05.01.2018 / 12:30
1
answer

Change favicon in a Wamp project

I used the following code inside to change the favicon of my project <link rel="shortcut icon" href="img/favicon.ico"/> It worked fine in the index, but when inserting the same code in the other pages the favicon remains the Wamp stan...
asked by 05.01.2018 / 13:50
1
answer

Some rotate items look different, how can I correct them?

I need help. Some items that I used the transform method to give a 45 degress rotate are a bit different than the others, all of them in the same div. How can I do to fix it? I'll give an example with an image to be more specific:     
asked by 06.01.2018 / 19:09
1
answer

How to exchange data between a webpage with App using Firebase

I have a web page where I want to receive information from an App or exchange information between them but using Firebase, the App sends the information to the web page and the user responds with a confirmation message but all with the Firebase...
asked by 08.12.2017 / 13:36
2
answers

How to separate two li

I'm making a website for work and I can not separate two li's for a given resolution. Below the print belowthehtmlmenu<divclass="container"> <div class="row"> <div class="col-md-12"> <img src="../ima...
asked by 08.12.2017 / 14:54
1
answer

MetaTag Description - Special Characters - Influence on SEO

My metatag description is made up of a text, which has accents . I create it in my Controller MVC and send it to view via viewbag . However, in my html text (via display page source ) is getting different encoding...
asked by 06.12.2017 / 14:23
2
answers

Tags? and ? interpreted as html comment

I'm having problems with an application where some <? ?> tags are being confused with html comments. Follow the code snippet. <h3><?= $cadastros->num_rows(); ?> registro(s)</h3> <? foreach($cadastros -> resul...
asked by 16.08.2017 / 00:10
1
answer

receiving option selected option button

I'm having trouble making this option work, I would like it when the user selects the city to list exactly how it is done with the name and year, can someone help me? var options = { valueNames: [ 'name', 'born','city' ] }; var user...
asked by 22.12.2017 / 14:24