Questions tagged as 'html'

3
answers

Apply class with innerHTML

I'm using innerHTML to change a value of a <td> that owns a class. Can I apply the class together? Because the return comes without class. HTML: <table width="100%" border="0" cellspacing="1" cellpadding="0" class="tabelaPad...
asked by 02.09.2016 / 15:47
1
answer

Open in-app Facebook profile

I would like to know how to open the facebook application when I click on the link. In the searches I did it would be like this, but it did not: <a href="fb://profile/PerfilPessoa" /> but this only opens the app, it does not load the...
asked by 09.01.2017 / 00:50
1
answer

I can not link to css with relative path

I'm using Valet and my link to the css file is not working. I have this in my file /exemplo/index.php <link rel="stylesheet" type="text/css" href="css/style.css"> The file is in /exemplo/css/style.css . The browser attemp...
asked by 26.12.2016 / 23:44
1
answer

Soon you need to stay on top of the menu but menu is not clickable

When I mouse over the menu the 'onMouseOver' property is not active because the logo needs to be in front, how can I solve it? The menu with property 'onMouseOver' dims size as well. grateful if anyone can help. Farra Certa  ...
asked by 27.09.2016 / 00:31
1
answer

How to pass a parameter to be used on another page using html

Well I'm creating a video library and I need to pass the video corresponding to the image clicked on the page to another page that would receive the corresponding video <div class="grid"> <div class="preview"> <a href="/...
asked by 01.10.2016 / 01:48
1
answer

Angular ng-show, does not remove C # code / Angular / JavaScript

I have the following code which lists categories: <div class="row" ng-show="!TemCategoria"> <div class="container" id="categoria" style="float:right" ng-hide="TemCategoria"> <select class="btn btn-warning pull-right" onchan...
asked by 21.09.2016 / 18:40
1
answer

How to select all the columns in the database

How to select all the columns in the database with the names 'name' and 'date' I have the code <?php $sql = "??"; if ($rs = $bd->query($sql)) { while ($row = $rs->fetch_assoc()) { echo $row['data']; echo...
asked by 23.09.2016 / 03:27
3
answers

How to pass data from one input to another with html and javascript?

I have a problem with this, I researched a lot and I could not solve my problem. I hope you can help me! I have a page (in html) with a form. I would like the value placed on the input of the first form, when clicking Submit, to be placed in...
asked by 21.09.2016 / 16:27
1
answer

Applying Jquery mask in value and not input

Hello, I have the following phone and cell values respectively: Phone: 1111111111 Cellphone: 11111111111 I already have the value in the database, I would like to present these values formatted with the following masks: Phone = (11) 111...
asked by 25.07.2017 / 23:10
1
answer

effect page current css and jquery? [closed]

I have a menu like this:    | HOME | NEWS | ABOUT | OTHERS | This menu has background white , but I want to do the following, if I'm on the news page I want background to be blue , just like this wp theme ?     
asked by 27.07.2017 / 00:25