Questions tagged as 'html'

1
answer

Problem passing parameters through url using angularjs

I have a template here that uses angularJS and its route system is as follows .state('app.produto', { url: '/produto', templateUrl: 'tpl/detProdutos.php', // use resolve to load othe...
asked by 24.10.2016 / 00:45
1
answer

How to call the printer on a page made in ASP.Net MVC?

I would like to call the printer, even if the page is being accessed by the mobile. <div class="container droppedHover"> <div class="row"> <div class="span6"> <button class="btn btn-lg btn-block bt...
asked by 01.01.2016 / 23:54
1
answer

How to make the Google map dynamic

I'm creating a car tracking app and I'm having a problem, I'm trying to make the map update dynamically without the need to update the page manually, this page receives the location through a .json file in the code I'm calling a file, but the in...
asked by 29.12.2015 / 19:44
1
answer

How to concatenate html tag in php? [closed]

$t ='<span style=\"color:#FF0000;\"> '; $t. "texto '</span>' "; echo $t; The above code does not work, nothing is printed. I believe the problem is at the closing of tag span . How to solve?     
asked by 05.12.2016 / 00:19
2
answers

How to insert items from a JSON file into an html table

I have this JSON file: var identificacao = [ { "nome": "João Silva", "cpf": "444.111.777-00", "rg": "44.66.55.00-1", "nascimento": "28/06/1994", "endereco": [{ "rua": "Av. Marechal Tito", "numero": 155,...
asked by 06.12.2016 / 02:21
1
answer

Change src from an action-based image on the previous page [closed]

Hello, I need help doing the following because I can not do it at all: By clicking on a button (for example) I need to go to another page. Until then, okay. I need on this page that the image to be displayed is replaced by a specific link. Ex...
asked by 09.11.2016 / 03:01
1
answer

Preload with Cookie or Session

Hello everyone, how are you? I'm using a preload code this is working fine, but the problem is that every time you access the site loads the preload this bothers a lot .. I would like it to load only once per access, example if you continue brow...
asked by 18.11.2016 / 23:59
1
answer

Footer Problems

I'm having problems with my rod on a page that contains a list, which I'm adding and growing. The problem is that you are creating two scrollbars on the site and I can not solve it. Here's the list and the css. .footer { background-color...
asked by 08.10.2016 / 00:22
1
answer

Required from html is not working

I am creating a website and I am using angular, and in the only existing input the required is not working, ie even clicking on the submit button is sending the empty data to the bank, what can it be? $scope.adicionaTopico = function (top...
asked by 08.10.2016 / 01:19
1
answer

Find the first tag after a class name and change it with jquery

I would like to identify the first class='active' in my html and after adding a value in the class of element <ul> next, but only of the first element <ul> My HTML <aside class="navigation">...
asked by 26.10.2016 / 18:58