javascript中的日历控件 [英] calendar control in javascript

查看:64
本文介绍了javascript中的日历控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





i希望在javascript中使用日历控件,然后想要插入asp.net ..任何人都帮我编写代码....

解决方案

您好Gopinath,

CP在发布您的问题之前是一个非常精彩的网站,尝试搜索现有文章 [ ^ ]

这是相当的一个基本问题。

你可以从这里开始一个JavaScript每周日历 [ ^ ]


< blockquote>使用jquery datepicker。它非常轻巧,易于在ASP.NET应用程序中集成和使用。



添加以下javascript。



< link rel =   stylesheet href = < span class =code-string>  http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css  /> 
< script src = http://code.jquery.com/jquery-1.9.1。 JS>< /脚本>
< script src = http://code.jquery.com/ui/1.10.2/的jquery-ui.js>< /脚本>
< link rel = stylesheet href = / resources / demos / style.css />


< script type = text / javascript >


function (){


hi,

i want a calendar control in javascript and then want to plug in asp.net.. anyone help me for writing the code....

解决方案

Hi Gopinath,
CP is such a wonderfull site before posting your question, try to search for the existing articles[^]
This is quite a basic question.
you can start from here A JavaScript Weekly Calendar[^]


Use jquery datepicker. Its very light weight and easy to integrate and use in you ASP.NET application.

Add following javascript.

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/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.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css" />
   

<script type="text/javascript">


(function () {


这篇关于javascript中的日历控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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