Got it - fairly basic - BUT you need to set the z-index of the item
you want on top of the infowindow to be greater than that of the
infowindow.
So to get jquery datepicker in a form in the infowindow, create the
form per usual in the inforwindow.
then in jquery call the inputted datepicker at
$(':text[name*=date]').live('click',function() {
$(this).datepicker({showOn: 'focus'}).focus();
});
and set .ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:
999;}
On 22 Feb, 18:01, kathb4 <[email protected]> wrote:
> I don't want my link to get picked up so bear with me as I split it up
> below
>
> The link ishttp://trees-2010
>
> and then append -dev.test.www.nhm.ac.uk/
>
> I am trying to get a datepicker (jquery ui datepicker preferably) to
> appear in the form which comes up in the infowindow for the markers. I
> did a bunch of searching, and came up with alot of references to
> lightbox and slimbox, but nothing really similar that I could
> translate into what I want/am trying to do.
>
> As you can see I have a javascript function which does an alert of if
> you click the date field, but I can't get anything to return back to
> that input field.
>
> I have to admit I am not quite understanding what is going on - before
> DOM, after DOM etc...
>
> Are there any sites someone can point me to so I can learn? Or even a
> slice of code ;)
>
> Thanks - having fun -K
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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/google-maps-js-api-v3?hl=en.