forked from jquery/jqueryui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (80 loc) · 3.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<script>{
"title": "jQuery UI",
"customFields": [
{ "key": "hide_title", "value": 1 }
]
}</script>
<div id="banner-secondary" class="clearfix">
<p class="intro">jQuery UI is a curated set of user interface interactions,
effects, widgets, and themes built on top of the jQuery JavaScript Library.
Whether you're building highly interactive web applications or you just
need to add a date picker to a form control, jQuery UI is the perfect
choice.</p>
<div class="download-box">
<h2>Download jQuery UI 1.14.1</h2>
<a href="/download/" class="button">Custom Download</a>
<p>Quick Downloads:</p>
<div class="download-option">
<a href="/resources/download/jquery-ui-1.14.1.zip" class="button">Stable</a>
<span>v1.14.1</span>
<span>jQuery 1.12+ / 2.2+ / 3.6+ / 4.0+</span>
</div>
<div class="download-option download-legacy">
<a href="/resources/download/jquery-ui-1.13.3.zip" class="button">Old/Unsupported</a>
<span>v1.13.3</span>
<span>jQuery 1.8+</span>
</div>
</div>
</div>
<div class="dev-links">
<h3>Developer Links</h3>
<ul>
<li><a href="https://github.com/jquery/jquery-ui">Source Code (GitHub)</a></li>
<li><a href="https://releases.jquery.com/git/ui/jquery-ui-git.js">jQuery UI Git (WIP Build)</a>
<ul>
<li><a href="https://releases.jquery.com/git/ui/jquery-ui-git.css">Theme (WIP Build)</a></li>
</ul>
</li>
<li><a href="https://github.com/jquery/jquery-ui/issues">Bug Tracker</a>
<ul>
<li><a href="https://github.com/jquery/jquery-ui/issues/new">Submit a New Bug Report</a></li>
</ul>
</li>
<li><a href="https://forum.jquery.com/">Discussion Forum</a>
<ul>
<li><a href="https://forum.jquery.com/using-jquery-ui/">Using jQuery UI</a></li>
<li><a href="https://forum.jquery.com/developing-jquery-ui/">Developing jQuery UI</a></li>
</ul>
</li>
<li><a href="https://wiki.jqueryui.com/">Development Planning Wiki</a></li>
<li><a href="https://wiki.jqueryui.com/Roadmap/">Roadmap</a></li>
<li><a href="/browser-support/">Browser Support</a></li>
<li><a href="/download/all/">Previous Releases</a>
<ul>
<li><a href="/changelog/">Changelogs</a></li>
<li><a href="/upgrade-guide/">Upgrade Guides</a></li>
</ul>
</li>
</ul>
</div>
<h2>What's New in jQuery UI 1.14?</h2>
<p><strong>Compatibility with recent jQuery versions (up to 3.7)</strong>: Usage of deprecated jQuery APIs have been removed. jQuery UI 1.14.1 triggers no jQuery Migrate warnings when running its test suite against jQuery 3.7.1 with jQuery Migrate 3.5.2, i.e. the latest versions at the moment of its release. Support for very old jQuery versions has been dropped, except for the latest releases in each major jQuery line. See the <a href="/changelog/">changelog of a specific jQuery UI version</a> to see which jQuery versions have been tested with it.</p>
<p><strong>Dropped support: IE & Edge Legacy</strong>: Only the latest version of Chrome, Firefox, Safari & Edge are officially supported.</p>
<p>Interested in the full details of what changed? Check out the
<a href="/upgrade-guide/1.14/">1.14 upgrade guide</a>,
<a href="/changelog/1.14.0/">1.14.0 changelog</a>.</p>, and
<a href="/changelog/1.14.1/">1.14.1 changelog</a>.</p>
<hr class="dots">
<h2>Dive In!</h2>
<p>jQuery UI is built for designers and developers alike. We've designed
all of our plugins to get you up and running quickly while being flexible
enough to evolve with your needs and solve a plethora of use cases. If
you're new to jQuery UI, check out our
<a href="https://learn.jquery.com/jquery-ui/getting-started/">getting started
guide</a> and <a href="https://learn.jquery.com/jquery-ui/">other tutorials</a>.
Play around with the <a href="/demos/">demos</a> and read through the
<a href="https://api.jqueryui.com/">API documentation</a> to get an idea
of what's possible.</p>
<p>Stay informed about what's going on with jQuery UI by subscribing to
our <a href="https://blog.jqueryui.com/">blog</a> and following us on
<a href="https://twitter.com/jqueryui">Twitter</a>.</p>