1

I have used datepicker in one of my page and when I hover over the respective div of date picker I am getting something like below

enter image description here

and also the below errors

enter image description here

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

 <div id="slider-main">
<div id="leftcolumn">
    <div id="slider">
    </div>
    <div id="slider-content">
    </div>
</div>
<div id="rightcolumn">
    <div id="progress">
    </div>
    <div id="calender">
    <div id="datepicker"></div>
    </div>
  </div>

Can anyone tell why these errors are coming? Thanx in advance

7
  • 3
    Could you post some code, please?
    – lodo
    Commented Apr 3, 2015 at 8:54
  • 1
    seems like your css file not found some images Commented Apr 3, 2015 at 8:55
  • yes, give a while i will update
    – rji rji
    Commented Apr 3, 2015 at 8:55
  • @leo I have given all the css files
    – rji rji
    Commented Apr 3, 2015 at 8:59
  • @rjirji so..where is your style.css? Commented Apr 3, 2015 at 9:03

1 Answer 1

0

Please refer to the API manual of jQuery-ui. At the bottom you will find an example with the linked CSS files. Try to do the same as they did. Also make sure you downloaded all the correct files including the images, sprites, css files,...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.