asp.netアプリケーションでjquerydatepickerを使用したいのですが、機能しません
私のプロジェクトには、Calender.icoのフォルダー(画像)があります
ここにmaster.masterの私のコード:
<script>
$(function () {
$("#txtVon").datepicker({
showOn: 'button',
buttonImage: '/images/Calender.ico',
buttonImageOnly: true,
dateFormat: "mm-dd-yy"
});
});
</script>
ここにcreateuser.aspxの私のコード
<asp:TextBox ID="txtVon" runat="server" ReadOnly="True" ></asp:TextBox>
どうやって間違えるの?アイコンが表示されません