任何人都可以帮助找到答案。 [英] Can anybody help to find the answer.

查看:66
本文介绍了任何人都可以帮助找到答案。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



任何人都可以帮忙找到答案。



在asp.net在文本框内我想要一个日历。我应该显示单击文本框日历时的意思。



我将如何获取...请回复



问候,

Apali

Hi All,

Can anybody help to find the answer.

In asp.net inside textbox I want a calender. Means when I click on textbox calender should be displayed.

How I will get..please reply

Regards,
Apali

推荐答案

试试这个.. :)



try this..:)

<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>jQuery UI Datepicker - Default functionality</title>
  <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
  <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
  <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css" />
  <script>

< br>

function (){


#datepicker)。datepicker();
});
< / script >
< / head >
< body >

< p > 日期:< 输入 type = text id = datepicker / > < / p >


< / body >
< / html >
( "#datepicker" ).datepicker(); }); </script> </head> <body> <p>Date: <input type="text" id="datepicker" /></p> </body> </html>



< br $>
参考



http://jqueryui.com/datepicker / [ ^ ]


这篇关于任何人都可以帮助找到答案。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆