1
resposta

Arquivo inicializar.js está faltando no curso

Por favor, alguém tem o arquivo "inicializar.js" para as listas (combo box) utilizadas pois não encontrei nas aulas.

1 resposta

Oi Israel, tudo bem?

inicializar.js:

$(function() {

    $( document ).ready(function() {
        $('.datepicker').pickadate({
            selectMonths: true, // Creates a dropdown to control month
            selectYears: 20 // Creates a dropdown of 15 years to control year
          });
        $('select').material_select();
    });
})

Abraço!