Hi All,
I am trying to use jquery date picker in the web page which has master page. Datepicker Popup dosent show up. When I try another page without master page it works fine.
Can any one help me here?
$(function () {
$("input[id$='txtDate']").datepicker(function () {
minDate = '0',
changeMonth = true,
changeYear = true,
showOn = 'focus'
});
});
Thanks
Vikram
Go to the complete details ...