forked from jquery/api.jqueryui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.xml
41 lines (41 loc) · 2.26 KB
/
categories.xml
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
<categories>
<category name="Uncategorized" slug="uncategorized"/>
<category name="Effects" slug="effects">
<desc><![CDATA[
<p>jQuery UI adds quite a bit of functionality on top of <a href="http://api.jquery.com/category/effects/">jQuery's built-in effects</a>. jQuery UI adds support for animating colors and class transitions, as well as providing several additional <a href="/easings/">easings</a>. In addition, a full suite of custom effects are available for use when showing and hiding elements or just to add some visual appeal.</p>
]]></desc>
</category>
<category name="Widgets" slug="widgets">
<desc><![CDATA[
<p>Widgets are feature-rich, stateful plugins that have a full life-cycle, along with methods and events. Check out the <a href="/jQuery.widget/">widget factory</a> documentation for more details.</p>
]]></desc>
</category>
<category name="Interactions" slug="interactions">
<desc><![CDATA[
<p>jQuery UI provides a set of mouse-based interactions as building blocks for rich interfaces and complex widgets.</p>
]]></desc>
</category>
<category name="Utilities" slug="utilities"/>
<category name="Methods" slug="methods">
<desc><![CDATA[
<p>Although jQuery UI is mostly comprised of <a href="/category/widgets/">widgets</a>, <a href="/category/interactions/">interactions</a>, and <a href="/category/effects/">effects</a>, there are also a few simple methods that are added for convenience.</p>
]]></desc>
</category>
<category name="Selectors" slug="selectors"/>
<category name="Method Overrides" slug="overrides">
<desc><![CDATA[
<p>jQuery UI overrides several built-in jQuery methods in order to provide additional functionality. When using these overrides, it's important to make sure that jQuery UI is loaded. If jQuery UI is not loaded, the methods will still exist, but the expected functionality will not be available, resulting in bugs that may be hard to track down.</p>
]]></desc>
</category>
<category name="UI Core" slug="ui-core">
<desc><![CDATA[
<p>Functionality provided by jquery.ui.core.js.</p>
]]></desc>
</category>
<category name="Effects Core" slug="effects-core">
<desc><![CDATA[
<p>Functionality provided by jquery.ui.effect.js.</p>
]]></desc>
</category>
<category name="All" slug="all"/>
</categories>