Questions tagged as 'filtro'

2
answers

Highlight data Filter

I have a problem highlighting data from a filter. In other words, I make the filter and show many dates. <?php include("conectar.php"); $quantidade = 1; $pagina = (isset($_GET ['pagina'])) ? (int)$_GET['pagina'] : 1; $inicio = ($quantid...
asked by 24.03.2014 / 16:47
0
answers

Intersection of two collections of nodes with jQuery

I was trying to create a pseudo-search function by filtering Hugo's Taxonomy results does does recursion across all nodes, or rather, terms related to each other, something like this: |-\ Category 1 |-\ Subcategory 1 |-\ Item 1 |...
asked by 31.12.2017 / 16:06
0
answers

Filter database by checkbox

This displays all data ... public function getProdutosHome($limit = false){ if($limit == false){ $query = "SELECT * FROM 'fretes' ORDER BY id_frete DESC"; }else{ $query = "SELECT * FROM 'fretes' ORDER BY id_frete DES...
asked by 12.11.2017 / 00:31
0
answers

Problem with jQuery filter?

I have this filter in jQuery: var aeroportosida = []; Filtro.prototype.filtroAereoNomeIda = function(value){ var dataa = JSON.parse(JSON.stringify(this.data)); aeroportosida = []; if(value.length == 1){...
asked by 27.07.2017 / 13:35
3
answers

Help to filter a JSON with jQuery?

I have this code that filters a JSON object: var filtrar = function (horamin, horamax) { var data = JSON.parse(JSON.stringify(json.aPesquisa)); let result = data.filter(item => { let voos = item.trecho[1].voo.filter(voo => {...
asked by 07.07.2017 / 19:47
3
answers

Help with Json filter with jQuery

I need help with the filter in Json with jQuery, I have this code: var chamaFiltro = function(horaminida){ var pesquisa = { idamin: horasParaMinutos(horaminida) }; var filtrados = json.aPesquisa.filter(function(voo) { voo = JSON...
asked by 19.06.2017 / 20:34
2
answers

I need to make a filter with linq on an entity, this filter should bring all the events for the next 90 days. Today's example: 11/01/2017 until 04/11/2017 (90 days) _con.SiteContexto.AsNoTracking() .Where(e => e.Data....).ToList();     
asked by 11.01.2017 / 19:00
1
answer

Changing array of integers for image filter

I'm doing a program that applies filters to images .ppm , images without any encoding, the problem is that when I apply the filters, the original image is not changing, where is my error? The same thing is happening for the other filters...
asked by 11.11.2014 / 14:02
2
answers

Filter in Json in AngularJS

I would like to filter this JSON by COD and bring only the chosen one. I'm bringing the value of the code through the url and would like to filter only to display the name of the chosen option. NOTE: The user will not enter the value because it...
asked by 10.02.2017 / 16:32
1
answer

Facebook authentication in an application using Azure

Good afternoon, I'm new here and I'm on a project to create a hybrid application (Android and IOS), we're in the beginning and do not understand Android programming - let's learn while we do the project - so far we have only defined we will use M...
asked by 22.06.2016 / 18:54