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
and also the below errors
<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