Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing Datepicker in Textbox using JQuery
    primarykey
    data
    text
    <p>Here I am trying to create a page with a textbox where I've an idea to show a CalendarExtender (like in AJAXToolkit) but now I'm trying to get it by using JQuery, the problem is, I can't make the Calendar UI to pop out when I clicked the textbox, my upper aspx page is looking like this:</p> <pre><code>&lt;link href="../Support/StyleSheet/PageStyle.css" rel="stylesheet" type="text/css" /&gt; &lt;script src="http://code.jquery.com/jquery-1.9.1.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; $(function () { $("#TbOutboundOn").datepicker({ }); &lt;/script&gt; </code></pre> <p>and the textbox that I'm trying to use is:</p> <pre><code> &lt;tr&gt; &lt;td align="left" width="120px" height="25px"&gt; &lt;asp:CheckBox ID="CbOutboundOn" Text=" Outbound On" runat="server" /&gt; &lt;/td&gt; &lt;td align="center" class="style1"&gt; &lt;asp:Label ID="Label1" runat="server" Text=":"&gt;&lt;/asp:Label&gt; &lt;/td&gt; &lt;td align="left" width="200px"&gt; &lt;asp:TextBox ID="TbOutboundOn" runat="server" Width="194px" placeholder="dd/mm/yyyy"&gt;&lt;/asp:TextBox&gt; &lt;/td&gt; &lt;td width="645px"&gt; &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>I think it's good enough, but it isn't, I can't get the calendar to show when I click the textbox in "TbOutboundOn", a friend suggested the stylesheet is the issue, but I don't quite understand, can anyone help with my problem? Btw, I used <a href="http://jqueryui.com/datepicker/#default" rel="nofollow">http://jqueryui.com/datepicker/#default</a> as my reference.</p> <p>I already tried to copy all the stylesheet referenced by jqueryui's datepicker sites, and combine it with my own stylesheet, but it still not working. I try to use only the stylesheet provided in jqueryui datepicker too, but still no luck.</p> <p>Thank you for the help.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload