适用于jQuery v 1.10.2的Datepicker [英] Available Datepicker for jQuery v 1.10.2

查看:37
本文介绍了适用于jQuery v 1.10.2的Datepicker的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目标:

我正在为网站寻找一个日期选择器。



问题:

我无法选择任何日期选择器,因为我使用的是jquery-1.10.2。



你知道任何使用jquery-1.10.2的日期选择器。?

仅仅检索日期就足够了。



信息:

*不幸的是,我无法升级jquery,因为最终用户正在使用旧的Web浏览器。

*我正在使用ASP.net MVC和Bootstrap v1.6.3

Goal:
I'm looking for a datepicker for a website.

Question:
I cannot select any datepicker because I'm using jquery-1.10.2.

Do you know any datepicker that use jquery-1.10.2.?
It is only enough to retrieve the dates only.

Information:
*Unfortunatley, I cannot upgrade the jquery because the end users are using old web browser.
*I'm using ASP.net MVC and Bootstrap v1.6.3

推荐答案

所有jQuery UI需求是jQuery 1.6+ - http://jqueryui.com/download/ [ ^ ]

但是对于旧浏览器,您需要jQuery UI 1.9或更早版本(在IE0中删除IE 6)。 ..
All jQuery UI needs is jQuery 1.6+ - http://jqueryui.com/download/[^]
However for old browsers you will need jQuery UI 1.9 or before (IE 6 removed in 1.10)...


我不确定您是否尝试搜索结果,或者您只是发布了问题。但jQuery的Datepicker对象已经可用于jQuery v1.10-2。它不是jQuery对象,而是jQuery UI对象。



转到此链接 [ ^ ],并查看它的实际效果。



I am not sure whether you tried to search for a result, or you simply just posted the question. But the Datepicker object of jQuery is already available for jQuery v1.10-2. It is not a jQuery object, but jQuery UI object.

Go to this link[^], and see it in action.

<html lang="en">
<head>

  <meta charset="utf-8">

  <title>jQuery UI Datepicker - Default functionality</title>

  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" />

  <!-- jQuery 1.10-2 being used -->
  <script src="//code.jquery.com/jquery-1.10.2.js"></script>

  <!-- jQuery UI library -->
  <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>

  <link rel="stylesheet" href="/resources/demos/style.css" />

  <script>


function (){


这篇关于适用于jQuery v 1.10.2的Datepicker的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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