Skip to content

Commit 3796733

Browse files
committed
IMPORT jquery updates.
1 parent ce3089c commit 3796733

File tree

4 files changed

+29
-24
lines changed

4 files changed

+29
-24
lines changed

jquery/footer-mobile.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<h3><span>Quick Access</span></h3>
99
<div class="cdn">
1010
<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">
1212
</div>
1313
<div class="cdn">
1414
<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">
1616
</div>
1717
<div class="cdn">
1818
<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">
2020
</div>
2121
<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>
2424
</div>
2525
<ul class="footer-icon-links">
2626
<li><a class="icon-github" href="http://github.com/jquery/jquery-mobile">GitHub <small>jQuery Mobile <br>Source</small></a></li>

jquery/footer-ui.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
<h3><span>Quick Access</span></h3>
99
<div class="cdn">
1010
<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">
1212
</div>
1313
<div class="cdn">
1414
<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">
1616
</div>
1717
<div class="cdn">
1818
<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">
2020
</div>
2121
<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>
2323
<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>
2626
<a href="http://jqueryui.com/download/">Download Builder →</a>
2727
</span>
2828
</div>

jquery/header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<li class="dropdown"><a href="#">Support</a>
8989
<ul>
9090
<li><a href="http://learn.jquery.com/">Learning Center</a></li>
91+
<li><a href="http://try.jquery.com/">Try jQuery</a></li>
9192
<li><a href="http://irc.jquery.org/">IRC/Chat</a></li>
9293
<li><a href="http://forum.jquery.com/">Forums</a></li>
9394
<li><a href="http://stackoverflow.com/tags/jquery/info">Stack Overflow</a></li>

jquery/sidebar.php

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
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>

0 commit comments

Comments
 (0)