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...
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...
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...
$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?
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...
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...
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...
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...
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">...