Questions tagged as 'html'

2
answers

How to update $ scope.items after push execution?

JavaScript: var app = angular.module('app', []); app.controller('controlador', function($scope, $http) { $scope.user = {}; $scope.items = []; var sum = 1; $scope.submitForm = function() { $http({ method...
asked by 01.01.2017 / 20:55
2
answers

Search for content within tag parameters

I'm creating a search bar where the user goes typing and is filtering the content of <li> in real time. I have a similar code: HTML      <ul id="list-search-filter-map"> <li><a href="">Conteudo 1</li&g...
asked by 28.12.2016 / 14:09
1
answer

I need to create fixed header and footer for all pages

I'm a beginner on programming and I'm not able to insert fixed header and footer on every page of the site. I saw here on the site an option with RenderBoy and RenderSection but I confess I did not understand. The site in question is simple and...
asked by 02.04.2017 / 19:55
1
answer

How to use the output tag?

I copied this example from a website but it does not work. <form oninput="result.value=parseInt(a.value)+parseInt(b.value)"> 0<input type="range" name="b" value="50" />100 +<input type="number" name="a" value="10" /> = <...
asked by 11.04.2017 / 19:43
2
answers

Sorting items with angle

I'm working on a system that requires paging of data, but first I'd like to sort the json I get in the order of user names. JSON is in the format: [["22","Aiolinhos","23","[email protected]","Administradores","SIM"],["20","Aiorinhos","...
asked by 13.04.2017 / 19:06
1
answer

Create new PDF from existing PDF with PHP

I have a project that I need to add header / footer / watermark, dynamically in existing PDF files, through the PHP language. I've researched a lot and still can not find a way to do this. Is it possible to edit existing PDFs in PHP and ad...
asked by 07.01.2016 / 11:31
1
answer

Run the next sound in Javascript?

I have an audio folder with voices / words recorded in wave and I want to run Javascript in different cases. For example: "Error logging in. Please try again". I found some codes on the web but they do not play the audios one by one. Here in Sta...
asked by 06.01.2016 / 04:59
1
answer

Checkbox value in field input hidden [duplicate]

I'm having a problem with jQuery checkbox manipulation. I have several fieldsets with checkboxes, and I want that when the person clicks on a check the check value is added to the input hidden of each fieldset. I wanted to know how I get th...
asked by 05.01.2016 / 15:57
1
answer

Capture index of dynamically created elements

I intend to create a seemingly simple function. My code is this: var coordenates = $(".coordenates"); var add = $('.add'); var remove = $('.remove'); var newCoordenate = '<div class="coordenates"><input type="text" />, <...
asked by 17.12.2015 / 02:06
1
answer

How to put 3 slides together in Bxslider?

I could not do it alone, I wanted your help. I would be grateful if anyone could solve this problem for me. This is the photo on my slide. ThisismyHTMLcode. <div class="main"> <div class="slideshow"> <div class="s...
asked by 14.12.2015 / 03:58