Got the latest download jQuery 1.3.2, UI 1.7.
I followed the demo example from datepicker folder. I get following
error in IE
"Microsoft JScript runtime error: Object doesn't support this property
or method"
In Firefox I don't see any datepicker image or nothing happens. I can
use the html demo version in IE it works great.
Code:
Under my Ready function
<script type="text/javascript">
$(document).ready(function() {
.................
...............
$("#dateField").datepicker({ showOn: 'button', buttonImage: '~/
Content/Images/calendar.gif', buttonImageOnly:
true });
});
</script>
my tex field to take take
<input class="date-pick" id="dateField" type="text"
value="3/7/2009" />
Any idea what exactly I am missing ?
Thanks,
Jamir
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---