I'm having trouble overriding the default z-index for the datepicker.
Here's the code I have (minus some stuff that doesn't apply to this issue):
$("#datefield").datepicker({
beforeShow: function()
{
$(this).css("position", "absolute");
$(this).css("z-i
That's perfect. Thanks!
I read the docs from that URL but I could only find the snippet that was
formed like $("parent > child"). I must have accidentally skipped over the
forms.
Thanks Richardo
On Wed, Oct 22, 2008 at 4:08 PM, ricardobeat <[EMAIL PROTECTED]> wrote:
>
> Three different ways:
2 matches
Mail list logo