jQWidgets Forums

jQuery UI Widgets Forums Editors Calendar css mouse hover calendar days

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • css mouse hover calendar days #15022

    levieu
    Member

    Hi,

    I’m using jQuery-UI in combination with jQuery Widgets but I have some strange issue related to calendar panel. When I move the mouse over the calendar days, the days do not lose the style class JQX-calendar-cell-hover and JQX-fill-state-hover.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- jquery e jquery-ui con relativo css -->
    <script type="text/javascript" src="jquery/jquery-1.9.0.js"></script>
    <link type="text/css" href="jquery/css/ui-lightness/jquery-ui-1.10.0.custom.css" rel="Stylesheet" />
    <script type="text/javascript" src="jquery/jquery-ui-1.10.0.custom.min.js"></script>
    <!-- add the jQWidgets framework -->
    <script type="text/javascript" src="jqwidgets/jqxcore.js"></script>
    <!-- add one of the jQWidgets styles -->
    <link rel="stylesheet" href="jqwidgets/styles/jqx.base.css"/>
    <script type="text/javascript" src="/sclhtml/jqwidgets/globalization/jquery.global.js"></script>
    <script type="text/javascript" src="/sclhtml/jqwidgets/jqxcalendar.js"></script>
    <script type="text/javascript" src="/sclhtml/jqwidgets/jqxdatetimeinput.js"></script>
    <script>
    $(document).ready(function () {
    $('#date').jqxDateTimeInput({
    width: 200,
    height: 25});
    });
    </script>
    <body>
    <div id="date"></div>
    </body>
    </html>
    css mouse hover calendar days #15023

    Peter Stoev
    Keymaster

    Hi levieu,

    Here’s a duplicate post including the explanation: http://www.jqwidgets.com/community/topic/hover-issue.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.