Recently, I added a datepicker to one of my pages and encountered some unexpected behavior when hovering over the corresponding div. Here's what I observed:
In addition, I came across the following 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>
I am puzzled by these errors. Can someone shed light on why this may be happening? Thank you in advance.