You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following is the sample jsp page or the format from where I am calling the datetimepicker. Calendar is not getting populated in IE7. It is working in most of the browsers. IE8, IE9, Firefox, Google Chrome.
While using the textfield... in IE8, IE9 , Firefox.. It is working.. But, in IE7 It is giving "Stop running script ? A script on this page is causing your browser to run slowly."
The text was updated successfully, but these errors were encountered:
Following is the sample jsp page or the format from where I am calling the datetimepicker. Calendar is not getting populated in IE7. It is working in most of the browsers. IE8, IE9, Firefox, Google Chrome.
<style type="text/css"> /* css for timepicker */ .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; } .ui-timepicker-div dl{ text-align: left; } .ui-timepicker-div dl dt{ height: 25px; } .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; } .ui-timepicker-div td { font-size: 90%; } </style> <script language="javascript" type="text/javascript"> $(document).ready(function() { var adminDateFormat = $("#loginUserDateFormat").val(); adminDateFormat = adminDateFormat.replace("MM", "mm"); adminDateFormat = adminDateFormat.replace("yyyy", "yy"); $('#date').datetimepicker(); }); </script>Date time calling textfield: using struts tag.
While using the textfield... in IE8, IE9 , Firefox.. It is working.. But, in IE7 It is giving "Stop running script ? A script on this page is causing your browser to run slowly."
The text was updated successfully, but these errors were encountered: