0

我在我的網站上使用這個jQuery代碼的datepicker。現在問題是日期選擇不適用於IE6,但它完全適用於新版本的IE。
我使用:
jQuery JavaScript庫V1.7
jQuery UI的1.8.4jquery datepicker不能使用IE6

<script src="../Script/![enter image description here][1]jquery.datepicker/js/jquery.date-picker.min.js" type="text/javascript"></script> 
<link href="../Script/jquery.datepicker/css/smoothness/jquery-ui-datepicker.css" rel="stylesheet" type="text/css" /> 
<script type="text/javascript"> 
    $(document).ready(function() { 
     $("#<%= DateSelected.ClientId%>").datepicker({ showButtonPanel: true, closeText: 'X', dateFormat: "<%=UtilityFunctions.GetDateFormat(Page) %>" }); 
     $(".imgBtn").click(function (event) { 
      var pos = $(event.currentTarget).position(); 
      $("#<%= DateSelected.ClientId%>").datepicker("show"); 
      $("#ui-datepicker-div").css("left", pos.left); 
      $("#ui-datepicker-div").css("top", pos.top + 30); 
     }); 
    }); 

<asp:Image alt="Calendar" Runat="server" ID="calendarHeader" ImageUrl="~/images/calendar.png" Width="24" height="24" class="imgBtn" /> 
+3

嗯,爲什麼地球上,你試圖與一些現代的東西completable不再由它提供支持? – SpYk3HH

+2

這不是我,我的客戶.. :((( –

+0

)「不工作」是什麼意思?究竟發生了什麼?你是否看到控制檯中的錯誤?你能在jsFiddle中重現問題嗎? – jfriend00

回答

1

變化以下圖片爲.gif和將開始工作。
UI-icons_222222_256x240.png
UI-icons_454545_256x240.png
UI-icons_888888_256x240.png