Greetings,

I am running datepicker in a Prototype/Scripty environment (Request
Tracker) and am having trouble getting it to visibly display.

Versions:

% dpkg -l libjs-jquery libjs-jquery-ui
libjs-jquery     1.3.3-1
libjs-jquery-ui  1.7.1-1

Scenario:

1) I click on the input field that the datepicker is bound to
2) I see the AJAX request go across to the server to retrieve some files
(.pngs, etc.)
3) Nothing visibly changes
4) I hit the enter key and today's date is populated in the input field

5) I tried to bind the datepicker with both of the following methods:

  $('#pnteam_service_request__preferred_date').datepicker({
    beforeShow: function (i, e) {
      var z = jQuery(i).closest(".ui-dialog").css("z-index") + 4;
      e.dpDiv.css('z-index', z); 
    }   
  }); 

  $('#pnteam_service_request__preferred_date').datepicker();

Any ideas where to troubleshoot this?

Thanks,

-- 
Matt Zagrabelny - [email protected] - (218) 726 8844
University of Minnesota Duluth
Information Technology Systems & Services
PGP key 1024D/84E22DA2 2005-11-07
Fingerprint: 78F9 18B3 EF58 56F5 FC85  C5CA 53E7 887F 84E2 2DA2

He is not a fool who gives up what he cannot keep to gain what he cannot
lose.
-Jim Elliot


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to