Hi Rossko,
Thanks for pointing this out. It looks the browsers are error
tolerant. But I move the code into the body part. I wanted to show the
jQuery datepicker truly works outside the map area. I have to admit I
am not an expert in javascript
Following kathb4’s idea, I also added the following code to the css
file.
$(':text[name*=date]').live('click',function() {
$(this).datepicker({showOn:
'focus'}).focus();
});
But the datepicker still not working inside infowindow.
I also tried infobubble (http://google-maps-utility-library-
v3.googlecode.com/svn/trunk/infobubble/examples/example.html), also
with no luck.
Could someone shed some light please?
--
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.