%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/wp-content/themes/intosai/dist/js/
Upload File :
Create Path :
Current File : //var/www/pn/wp-content/themes/intosai/dist/js/dist-temp.js

$(document).ready(function(){

    var duration_from = $('.duration_from').pickadate({
        format: 'yyyy-mm-dd',
        onClose: function() {
            console.log('Closed now');
            // closeDatePick(duration_from.pickadate('picker'));
        },
    });

    var pickerDuration = duration_from.pickadate('picker');
    pickerDuration.stop();



    $('.show-calendar').click(function(){

        pickerDuration.start();
        pickerDuration.open();
        // $('.duration_from').pickadate({
        //     // onStart: function() {
        //     //   console.log('Hello there :)')
        //     // },
        //     // onRender: function() {
        //     //   console.log('Whoa.. rendered anew')
        //     // },
        //     // onOpen: function() {
        //     //   console.log('Opened up')
        //     // },
        //     // onClose: function() {
        //     //   console.log('Closed now')
        //     // },
        //     // onStop: function() {
        //     //   console.log('See ya.')
        //     // },
        //     // onSet: function(context) {
        //     //   console.log('Just set stuff:', context)
        //     // }
        //   })
    });

});    

Zerion Mini Shell 1.0