Skip to content

Commit c8f1fc3

Browse files
committed
IMPORT jquery updates.
1 parent 2c8e974 commit c8f1fc3

16 files changed

+158
-47
lines changed

jquery.com/i/try-jquery.jpg

25.5 KB
Loading

jquery.com/i/[email protected]

63.8 KB
Loading

jquery.com/i/whos-using-sprite.png

-2.39 KB
Loading

jquery.com/style.css

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ a,
1414

1515
/* Home Page */
1616

17+
#home-content {
18+
margin-bottom: 15px;
19+
}
20+
1721
#banner-secondary a,
1822
#banner-secondary a:hover {
1923
color: #b3b3b3;
@@ -52,7 +56,7 @@ a,
5256
-webkit-transition: all 0.7s linear;
5357
-webkit-transform: rotate(6.28rad);
5458
transition: all 0.7s;
55-
transform: rorate(6.28rad);
59+
transform: rotate(6.28rad);
5660
}
5761

5862
#content #banner-secondary .downloads-box p {
@@ -112,13 +116,20 @@ a,
112116
}
113117

114118
#content li.try-jquery a {
115-
background: url('i/try-jquery.png') top left no-repeat;
116-
height: 221px;
117-
width: 220px;
119+
background: url('i/try-jquery.jpg') top left no-repeat;
120+
background-size: 100%;
121+
height: 126px;
122+
width: 277px;
118123
text-indent: -9999px;
119124
display: block;
120125
}
121126

127+
@media only screen and (-webkit-device-pixel-ratio: 2) {
128+
#content li.try-jquery a {
129+
background-image: url('i/[email protected]');
130+
}
131+
}
132+
122133
#content #whos-using li {
123134
background: none;
124135
}
@@ -134,7 +145,7 @@ a,
134145
background-position: 0 -80px;
135146
}
136147

137-
#whos-using li a.backbone {
148+
#whos-using li a.maxcdn {
138149
background-position: 0 -160px;
139150
}
140151

7.06 KB
Loading
6.86 KB
Loading

jquery/css/base.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,17 +2329,15 @@ input[type="submit"].dark:hover {
23292329
}
23302330

23312331
#sidebar li {
2332-
padding-left: 20px;
2333-
line-height: 15px;
2332+
padding: 5px 0 5px 20px;
23342333
list-style-type: none;
2335-
background: url(../images/bullet.png) no-repeat 0 14px;
2334+
background: url(../images/bullet.png) no-repeat 0 12px;
23362335
text-shadow: 0 1px 0 #ffffff;
23372336
}
23382337

23392338
#sidebar li a {
23402339
color: #4d4d4d;
23412340
text-decoration: none;
2342-
padding: 8px 0;
23432341
display: block;
23442342
}
23452343

@@ -2952,14 +2950,14 @@ footer li img {
29522950
margin-top: 1em;
29532951
}
29542952

2955-
#options, #methods, #events, #quick-nav {
2953+
#options, #methods, #extension-points, #events, #quick-nav {
29562954
border: 1px solid #CCC;
29572955
margin: 0 15px 15px;
29582956
padding: 10px;
29592957
overflow: auto;
29602958
}
29612959

2962-
#options header h2, #methods header h2, #events header h2, #quick-nav h2 {
2960+
#options header h2, #methods header h2, #extension-points header h2, #events header h2, #quick-nav h2 {
29632961
background: #cccccc; /* Old browsers */
29642962
background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 17%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
29652963
background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 17%,#cccccc 100%); /* W3C */
@@ -2980,11 +2978,13 @@ footer li img {
29802978
}
29812979

29822980
#methods .api-item li,
2981+
#extension-points .api-item li,
29832982
#events .api-item li {
29842983
margin-bottom: 1em;
29852984
}
29862985

29872986
#methods .api-item li ul,
2987+
#extension-points .api-item li ul,
29882988
#events .api-item li ul {
29892989
list-style: none;
29902990
}

jquery/footer-mobile.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
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.2/jquery.mobile-1.3.2.min.css">
11+
<input value="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" readonly>
1212
</div>
1313
<div class="cdn">
1414
<strong>CDN <em>JS</em></strong>
15-
<input value="http://code.jquery.com/jquery-1.9.1.min.js">
15+
<input value="http://code.jquery.com/jquery-1.9.1.min.js" readonly>
1616
</div>
1717
<div class="cdn">
1818
<strong>CDN <em>JS</em></strong>
19-
<input value="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js">
19+
<input value="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js" readonly>
2020
</div>
2121
<div class="download">
2222
<strong>Download jQuery Mobile 1.3.2:</strong>

jquery/footer-qunit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
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/qunit/qunit-1.12.0.css">
11+
<input value="http://code.jquery.com/qunit/qunit-1.12.0.css" readonly>
1212
</div>
1313
<div class="cdn">
1414
<strong>CDN <em>JS</em></strong>
15-
<input value="http://code.jquery.com/qunit/qunit-1.12.0.js">
15+
<input value="http://code.jquery.com/qunit/qunit-1.12.0.js" readonly>
1616
</div>
1717
<div class="download">
1818
<strong>Download QUnit 1.12.0:</strong>

jquery/footer-ui.php

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
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.3/themes/smoothness/jquery-ui.css">
11+
<input value="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" readonly>
1212
</div>
1313
<div class="cdn">
1414
<strong>CDN <em>JS</em></strong>
15-
<input value="http://code.jquery.com/jquery-1.9.1.js">
15+
<input value="http://code.jquery.com/jquery-1.9.1.js" readonly>
1616
</div>
1717
<div class="cdn">
1818
<strong>CDN <em>JS</em></strong>
19-
<input value="http://code.jquery.com/ui/1.10.3/jquery-ui.js">
19+
<input value="http://code.jquery.com/ui/1.10.3/jquery-ui.js" readonly>
2020
</div>
2121
<div class="download">
2222
<div><strong>Download jQuery UI 1.10.3 (for jQuery 1.6+):</strong></div>
@@ -50,6 +50,13 @@
5050
<cite>Adam Boduch</cite>
5151
</a>
5252
</li>
53+
<li>
54+
<a href="http://www.packtpub.com/jquery-userinterface-cookbook/book">
55+
<span><img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-cookbook.jpg" alt="jQuery UI Cookbook by Adam Boduch" width="92" height="114"></span>
56+
<strong>jQuery UI Cookbook</strong><br>
57+
<cite>Adam Boduch</cite>
58+
</a>
59+
</li>
5360
</ul>
5461
</div>
5562
</div>

0 commit comments

Comments
 (0)