lundi 11 novembre 2019

Proper way of using npm timepicker Laravel 5.8

I am new in installing packages in Laravel. Now, I am trying to implement timepicker from https://timepicker.co/. I already installed npm i jquery-timepicker.

What is the next thing in doing it? I always get timepicker is not a function when running this script

$(document).ready(function(){
    $('input.timepicker').timepicker({});
});

Any help is highly appreciated, thank you



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire