Skip to content

Commit 21e6f34

Browse files
committed
IMPORT jquery updates
1 parent 638693c commit 21e6f34

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

jquery/css/base.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ textarea {
500500
resize: vertical;
501501
}
502502

503-
#content input[type=text],
503+
#content input[type="text"],
504+
#content input[type="email"],
504505
#content textarea {
505506
color: #666;
506507

@@ -540,7 +541,8 @@ textarea {
540541
}
541542

542543
#content input:focus,
543-
#content input[type=text]:focus,
544+
#content input[type="text"]:focus,
545+
#content input[type="email"]:focus,
544546
#content textarea:focus {
545547
outline: none;
546548

@@ -608,7 +610,8 @@ form input[type="submit"] {
608610

609611
.top-labels label,
610612
.top-labels .radio label,
611-
.top-labels input[type=text],
613+
.top-labels input[type="text"],
614+
.top-labels input[type="email"],
612615
.top-labels textarea {
613616
display: block;
614617
}
@@ -646,6 +649,14 @@ form input[type="submit"] {
646649
border: 0;
647650
}
648651

652+
/**
653+
* Label descriptions
654+
*/
655+
656+
label .field-description {
657+
font-size: 0.8em;
658+
}
659+
649660
/* ==========================================================================
650661
Tables
651662
========================================================================== */

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="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" readonly>
11+
<input value="//code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.css" readonly>
1212
</div>
1313
<div class="cdn">
1414
<strong>CDN <em>JS</em></strong>
15-
<input value="//code.jquery.com/jquery-1.9.1.min.js" readonly>
15+
<input value="//code.jquery.com/jquery-1.10.2.min.js" readonly>
1616
</div>
1717
<div class="cdn">
1818
<strong>CDN <em>JS</em></strong>
19-
<input value="//code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js" readonly>
19+
<input value="//code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.js" readonly>
2020
</div>
2121
<div class="download">
22-
<strong>Download jQuery Mobile 1.3.2:</strong>
23-
<span><a href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.zip">Zip File <em>(JavaScript, CSS, and images)</em></a></span>
22+
<strong>Download jQuery Mobile 1.4.0:</strong>
23+
<span><a href="http://jquerymobile.com/resources/download/jquery.mobile-1.4.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/header.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,8 @@
7979
</li>
8080
<li class="dropdown"><a href="http://events.jquery.org/">Events</a>
8181
<ul class="wide">
82-
<li><a href="http://www.deque.com/deque-partners-jquery-create-accessibility-summit">Oct 10-11 | jQuery Accessibility Summit</a></li>
83-
<li><a href="http://jquery.itmozg.ru/">Oct 15 | jQuery Russia</a></li>
84-
<li><a href="http://modernweb.com/training/jquery-oct-2013.php">Oct 15-17 | jQuery Virtual Training</a></li>
85-
<li><a href="http://2013.cssdevconf.com/">Oct 21-22 | CSS Dev Conf</a></li>
86-
<li><a href="http://javascriptsummit.com/">Nov 19-21 | JavaScript Summit</a></li>
82+
<li><a href="http://modernweb.com/training/jquery-dec-2013.php">Dec 17-19 | jQuery Virtual Training</a></li>
83+
<li><a href="http://www.deque.com/register-javascript-accessibility-summit">Jan 16-17 | jQuery Accessibility Summit</a></li>
8784
<li><a href="http://events.jquery.org/2014/san-diego/">Feb 12-13 | jQuery San Diego</a></li>
8885
<li><a href="http://www.gentics.com/jquery-europe">Feb 28-Mar 1 | jQuery Europe</a></li>
8986
<li><a href="http://jqueryuk.com">May 16 | jQuery UK</a></li>

jquery/menu-header.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ function menu_header_qunitjs_com() {
5656
function menu_header_jquerymobile_com() {
5757
return array(
5858
'http://jquerymobile.com/demos/' => 'Demos',
59+
'http://jquerymobile.com/download/' => 'Download',
5960
'http://api.jquerymobile.com/' => 'API Documentation',
60-
'http://jquerymobile.com/themeroller/' => 'Themes',
61+
'http://themeroller.jquerymobile.com' => 'Themes',
6162
'http://jquerymobile.com/resources/' => 'Resources',
6263
'http://blog.jquerymobile.com/' => 'Blog',
6364
'http://jquerymobile.com/about/' => 'About'

0 commit comments

Comments
 (0)