File tree Expand file tree Collapse file tree 4 files changed +29
-24
lines changed Expand file tree Collapse file tree 4 files changed +29
-24
lines changed Original file line number Diff line number Diff line change 8
8
<h3><span>Quick Access</span></h3>
9
9
<div class="cdn">
10
10
<strong>CDN <em>CSS</em></strong>
11
- <input value="http://code.jquery.com/mobile/1.3.0-beta.1 /jquery.mobile-1.3.0-beta.1 .min.css">
11
+ <input value="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css">
12
12
</div>
13
13
<div class="cdn">
14
14
<strong>CDN <em>JS</em></strong>
15
- <input value="http://code.jquery.com/jquery-1.9.0 .min.js">
15
+ <input value="http://code.jquery.com/jquery-1.9.1 .min.js">
16
16
</div>
17
17
<div class="cdn">
18
18
<strong>CDN <em>JS</em></strong>
19
- <input value="http://code.jquery.com/mobile/1.3.0-beta.1 /jquery.mobile-1.3.0-beta.1 .min.js">
19
+ <input value="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js">
20
20
</div>
21
21
<div class="download">
22
- <strong>Download jQuery Mobile 1.3.0 beta :</strong>
23
- <span><a href="http://code.jquery.com/mobile/1.3.0-beta.1 /jquery.mobile-1.3.0-beta.1 .zip">Zip File <em>(JavaScript, CSS, and images)</em></a></span>
22
+ <strong>Download jQuery Mobile 1.3.0:</strong>
23
+ <span><a href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.zip">Zip File <em>(JavaScript, CSS, and images)</em></a></span>
24
24
</div>
25
25
<ul class="footer-icon-links">
26
26
<li><a class="icon-github" href="http://github.com/jquery/jquery-mobile">GitHub <small>jQuery Mobile <br>Source</small></a></li>
Original file line number Diff line number Diff line change 8
8
<h3><span>Quick Access</span></h3>
9
9
<div class="cdn">
10
10
<strong>CDN <em>CSS</em></strong>
11
- <input value="http://code.jquery.com/ui/1.10.0 /themes/base /jquery-ui.css">
11
+ <input value="http://code.jquery.com/ui/1.10.2 /themes/smoothness /jquery-ui.css">
12
12
</div>
13
13
<div class="cdn">
14
14
<strong>CDN <em>JS</em></strong>
15
- <input value="http://code.jquery.com/jquery-1.9.0 .js">
15
+ <input value="http://code.jquery.com/jquery-1.9.1 .js">
16
16
</div>
17
17
<div class="cdn">
18
18
<strong>CDN <em>JS</em></strong>
19
- <input value="http://code.jquery.com/ui/1.10.0 /jquery-ui.js">
19
+ <input value="http://code.jquery.com/ui/1.10.2 /jquery-ui.js">
20
20
</div>
21
21
<div class="download">
22
- <div><strong>Download jQuery UI 1.10.0 (for jQuery 1.6+):</strong></div>
22
+ <div><strong>Download jQuery UI 1.10.2 (for jQuery 1.6+):</strong></div>
23
23
<span>
24
- <a href="http://jqueryui.com/resources/download/jquery-ui-1.10.0 .zip">Development Bundle</a>
25
- <a href="http://jqueryui.com/resources/download/jquery-ui-themes-1.10.0 .zip">Themes</a>
24
+ <a href="http://jqueryui.com/resources/download/jquery-ui-1.10.2 .zip">Development Bundle</a>
25
+ <a href="http://jqueryui.com/resources/download/jquery-ui-themes-1.10.2 .zip">Themes</a>
26
26
<a href="http://jqueryui.com/download/">Download Builder →</a>
27
27
</span>
28
28
</div>
Original file line number Diff line number Diff line change 88
88
<li class="dropdown"><a href="#">Support</a>
89
89
<ul>
90
90
<li><a href="http://learn.jquery.com/">Learning Center</a></li>
91
+ <li><a href="http://try.jquery.com/">Try jQuery</a></li>
91
92
<li><a href="http://irc.jquery.org/">IRC/Chat</a></li>
92
93
<li><a href="http://forum.jquery.com/">Forums</a></li>
93
94
<li><a href="http://stackoverflow.com/tags/jquery/info">Stack Overflow</a></li>
Original file line number Diff line number Diff line change 1
- <?php
2
- /**
3
- * The default sidebar lists categories, up to 2 levels deep.
4
- */
5
- ?>
6
- <div id="sidebar" class="widget-area" role="complementary">
7
- <?php $ cat_args = array ( 'depth ' => 2 , 'title_li ' => '' , 'current_category ' => jq_post_category () ); ?>
8
- <aside id="categories" class="widget">
9
- <ul>
10
- <?php wp_list_categories ( $ cat_args ); ?>
11
- </ul>
12
- </aside>
13
- </div>
1
+ <?php
2
+ /**
3
+ * The default sidebar lists categories, up to 2 levels deep.
4
+ */
5
+ ?>
6
+ <div id="sidebar" class="widget-area" role="complementary">
7
+ <aside id="categories" class="widget">
8
+ <ul>
9
+ <?php wp_list_categories ( array (
10
+ 'depth ' => 2 ,
11
+ 'title_li ' => '' ,
12
+ 'current_category ' => jq_post_category (),
13
+ 'use_desc_for_title ' => false
14
+ ) ); ?>
15
+ </ul>
16
+ </aside>
17
+ </div>
You can’t perform that action at this time.
0 commit comments