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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -