jQuery UI Datepicker - why's it naked? -


i'm using jquery ui datepicker , hooked text field in simplest way possible.

$('#date').datepicker(); 

but when click text field, datepicker looks this:

enter image description here

why's that? need install skin or something?

thanks.

you should add css file page. should come in same package js + css


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -