$(document).ready( $(function() {
$("input[id*=TextBox5]").datepicker({
showOn: "button",
buttonImage: "Photo/calendar.gif",
buttonImageOnly: true,
changeMonth: true,
changeYear: true
});
}));
全站熱搜
留言列表