JQuery datepicker does not respond to click event of after clearing the textbox -
i have tried rahul's code. looks this
$("input:text.inputtypedate").datepicker({ dateformat: "dd/mm/yy", changemonth: true, changeyear: true }); });
asp
<asp:textbox id="txtdt" runat="server" width="120px" class="inputtypedate"> </asp:textbox>
it works fine on page load, when clear textbox, stops working.
Comments
Post a Comment