forked from jquery/jqueryui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (85 loc) · 3.65 KB
/
index.html
File metadata and controls
100 lines (85 loc) · 3.65 KB
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
95
96
97
98
99
100
<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.10.4</h2>
<a href="/download/" class="button">Custom Download</a>
<p>Quick Downloads:</p>
<div class="download-option">
<a href="/resources/download/jquery-ui-1.10.4.zip" class="button">Stable</a>
<span>v1.10.4</span>
<span>jQuery 1.6+</span>
</div>
<div class="download-option download-legacy">
<a href="/resources/download/jquery-ui-1.9.2.zip" class="button">Legacy</a>
<span>v1.9.2</span>
<span>jQuery 1.6+</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="http://code.jquery.com/ui/jquery-ui-git.js">jQuery UI Git (WIP Build)</a>
<ul>
<li><a href="http://code.jquery.com/ui/jquery-ui-git.css">Theme (WIP Build)</a></li>
</ul>
</li>
<li><a href="http://bugs.jqueryui.com/">Bug Tracker</a>
<ul>
<li><a href="http://bugs.jqueryui.com/newticket/">Submit a New Bug Report</a></li>
</ul>
</li>
<li><a href="http://forum.jquery.com/">Discussion Forum</a>
<ul>
<li><a href="http://forum.jquery.com/using-jquery-ui/">Using jQuery UI</a></li>
<li><a href="http://forum.jquery.com/developing-jquery-ui/">Developing jQuery UI</a></li>
</ul>
</li>
<li><a href="http://wiki.jqueryui.com/">Development Planning Wiki</a></li>
<li><a href="http://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.10?</h2>
<p>jQuery UI 1.10 includes dozens of bug fixes and improved accessibility.
In addition, the dialog and progressbar widgets have undergone
<a href="http://blog.jqueryui.com/2011/03/api-redesigns-the-past-present-and-future/">API redesigns</a>,
making them easier to use and creating more consistency across plugins.</p>
<p>Interested in the full details of what changed? Check out the
<a href="/upgrade-guide/1.10/">1.10 upgrade guide</a>,
<a href="/changelog/1.10.0/">1.10.0 changelog</a>,
<a href="/changelog/1.10.1/">1.10.1 changelog</a>,
<a href="/changelog/1.10.2/">1.10.2 changelog</a>,
<a href="/changelog/1.10.3/">1.10.3 changelog</a>, and
<a href="/changelog/1.10.4/">1.10.4 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="http://learn.jquery.com/jquery-ui/getting-started/">getting started
guide</a> and <a href="http://learn.jquery.com/jquery-ui/">other tutorials</a>.
Play around with the <a href="/demos/">demos</a> and read through the
<a href="http://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="http://blog.jqueryui.com/">blog</a> and following us on
<a href="https://twitter.com/jqueryui">Twitter</a>.</p>