amsul / amsul/pickadate.js

Calendar always visible

Aperta
#1,018 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
7.6k
Fork
981
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

This is my CSS
```

```

This es my JS
```

```
In a sigle js:
```
$('#date').pickadate({
monthsFull: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
monthsShort: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic'],
weekdaysFull: ['Domingo', 'Lunes', 'Martes', 'Miercoles', 'Jueves', 'Vieres', 'Sabado'],
weekdaysShort: ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],
today: 'Hoy',
firstDay: 1,
clear: '',
close: 'Cerrar',
format: 'dd-mm-yyyy',
formatSubmit: 'dd-mm-yyyy',
closeOnSelect: false,
closeOnClear: false,
container : '#date_calendar_container'
});

```

My Laravel 5.2 HTML view
```


```

But in the browser appears:
![image](https://user-images.githubusercontent.com/3068483/29641498-3f3ce912-883a-11e7-8fd3-50f8f911054a.png)
I didn't understan why calendar it's always visible and without styles.
I read docs and check my code with the examples, but it's all correct

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.