I'am using this datetimepicker on my website. My html file includes .js and .css files ;
<link rel="stylesheet" type="text/css" href="asts/css/style.css">
<script type="text/javascript" src="asts/js/modernizr.2.0.6.js"></script>
<script type="text/javascript" src="asts/js/jquery_1.7.1.js" ></script>
<script type="text/javascript" src="asts/js/jquery-ui-1.8.17.custom.min.js" ></script>
<script type="text/javascript" src="asts/js/jquery-ui-timepicker-addon.js" ></script>
<script type="text/javascript" src="asts/js/jquery.ui.slider.js" ></script>
<script type="text/javascript" src="asts/js/gonnasphere.js" ></script>
Also, I've imported the css files of custom minified package and datetime-picker-addon by @import url statement. I've also included the css/images folder with necessary icons.
When I click the text field, the jquery ui plugin works correctly. All the functions and ui works. However, firebug gives me the following network errors ;
Can you please help me to prevent getting this error ?
I've figured out the problem. It was a folder fault. When I changed the file paths of .png files in the jquery-ui-1.8.17.custom.css
file, it doesn't show any error.
Before I changed, it was ;
url(images/ui-bg_inset-soft_50_c9c9c9_1x100.png)
After ;
url(../images/ui-bg_inset-soft_50_c9c9c9_1x100.png)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With