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

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -