ACESSE SUA CONTA   |   facebook

Cadastre-se   //   Vantagens   //   Esqueci minha senha
Facebook Twitter YouTube Feed de notícias
Coleções de Cédulas e Moedas Brasileiras © 2014. Todos os direitos reservados.
(8318)', data: '8318' },{ value: 'DANI VENTURA (8319)', data: '8319' },{ value: 'CLOVIS (8320)', data: '8320' },{ value: 'MIGUEL ROMANI (8321)', data: '8321' },{ value: 'TERESA ROMANI (8322)', data: '8322' },{ value: 'LETíCIA ROMANI (8323)', data: '8323' },{ value: 'ANDRE RAMOS (8324)', data: '8324' },{ value: 'GILBERTO CARLOS DA SILVA (8325)', data: '8325' },{ value: 'WILLY (8326)', data: '8326' },{ value: 'CRUZ ROCHA (8327)', data: '8327' },{ value: 'ZE MARCIO (8328)', data: '8328' }, //{ value: 'Andorra', data: 'AD' }, // ... //{ value: 'Zimbabwe', data: 'ZZ' } ]; $('#autocomplete').autocomplete({ lookup: colecionadores, onSelect: function (suggestion) { $('#codColecionador').val(suggestion.data); } }); function debounce(fn, delay) { var timer = null; return function () { var context = this, args = arguments; clearTimeout(timer); timer = setTimeout(function () { fn.apply(context, args); }, delay); }; } $(".pais").change(debounce(function(){ var id = $(this).val(); $.post("ajaxEstados.php",{id:id}, function(data){ console.log( data ); data = $.parseJSON( data ); $(".estados").html(""); for( var i=0; i< data.length; i++ ) { $(".estados").append(""); } }); },500)); var colecionadores = [ ]; $('#autocomplete').autocomplete({ lookup: colecionadores, onSelect: function (suggestion) { $('#codColecionador').val(suggestion.data); } }); function debounce(fn, delay) { var timer = null; return function () { var context = this, args = arguments; clearTimeout(timer); timer = setTimeout(function () { fn.apply(context, args); }, delay); }; } $(".pais").change(debounce(function(){ var id = $(this).val(); $.post("ajaxEstados.php",{id:id}, function(data){ console.log( data ); data = $.parseJSON( data ); $(".estados").html(""); for( var i=0; i< data.length; i++ ) { $(".estados").append(""); } }); },500));