Alright, well try it with your selector, but removing the inline
option:
<script type="text/javascript">
$(document).ready(function() {
$("input[id$='txtDate']").datepicker();
});
</script>
On Apr 23, 9:58 am, bader shehri <[email protected]> wrote:
> tried this code and its not work also datepicker not show at all
>
> On Thu, Apr 23, 2009 at 4:46 PM, Fontzter <[email protected]> wrote:
>
> > Hi,
>
> > Please remove the inline option. I think this might be the cause and
> > it is not needed. You are not using an inline datepicker in your
> > video and the element is an input not a div.
>
> > Your code should simply be this:
>
> > <script type="text/javascript">
> > $(document).ready(function() {
> > $("#txtDate").datepicker();
> > });
> > </script>
>
> > Btw, the video was a good idea and helpful in seeing your issue.
>
> > Hth,
>
> > Dave
>
> > On Apr 23, 9:30 am, bader shehri <[email protected]> wrote:
> > > sorry gays = guys O_o Ooooooobs
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---