2016-07-08 30 views
5

Sto lavorando con Datepicker semplice ma il problema è precedente e le immagini dei pulsanti successive non vengono visualizzate.Datepicker problema immagine precedente e successivo pulsante

https://jqueryui.com/datepicker/

che sta lavorando bene se il link è come muggito.

<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> 

Ma una volta che io sono di coping jquery-ui.css alle mie immagini locali non sono la visualizzazione, come muggito.

<link rel="stylesheet" href="css/datatable/jquery-ui.css" /> 

Nella console del browser viene visualizzato un errore simile a un muggito.

"NetworkError: 404 Not Found - http://localhost:8080/TestProject/css/datatable/images/ui-bg_flat_75_ffffff_40x100.png" 
"NetworkError: 404 Not Found - http://localhost:8080/TestProject/css/datatable/images/ui-bg_highlight-soft_75_cccccc_1x100.png" 
"NetworkError: 404 Not Found - http://localhost:8080/TestProject/css/datatable/images/ui-icons_222222_256x240.png" 
"NetworkError: 404 Not Found - http://localhost:8080/TestProject/css/datatable/images/ui-bg_glass_75_dadada_1x400.png" 
"NetworkError: 404 Not Found - http://localhost:8080/TestProject/css/datatable/images/ui-icons_454545_256x240.png" 

L'errore è semplice non è trovare queste immagini. Ma non so come risolvere questo problema mantenendo jquery-ui.css in locale.

Grazie in anticipo.

+0

Se si ospita il file .css, è necessario anche ospitare immagini. – exabyssus

+0

Ya ma come, mi puoi spiegare. In realtà ho provato ad includere le immagini nel mio locale e poi ho riscontrato lo stesso problema. @exabyssus –

risposta

1

creare la cartella (immagini) nel sistema locale:

TestProject/css/datatable/images/ 

Scarica (o) savaAs dal seguente URL per il percorso precedente con lo stesso nome e verificare:

http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png 
http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png 
http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_222222_256x240.png 
http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png 
http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_454545_256x240.png 
+0

Hey grazie al suo funzionamento. –

+0

@MickeyPatel Benvenuto :-) –