Skip to content

Commit 5b49acd

Browse files
committed
Docs: updating jquery to 1.8.1 in code examples (page-anatomy.html)
1 parent e7c8268 commit 5b49acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/page-anatomy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h2>Mobile page structure</h2>
4242
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
4343

4444
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.2.0-beta.1/jquery.mobile-1.2.0-beta.1.min.css&quot; /&gt;
45-
&lt;script src=&quot;http://code.jquery.com/jquery-1.7.2.min.js&quot;&gt;&lt;/script&gt;
45+
&lt;script src=&quot;http://code.jquery.com/jquery-1.8.1.min.js&quot;&gt;&lt;/script&gt;
4646
&lt;script src=&quot;http://code.jquery.com/mobile/1.2.0-beta.1/jquery.mobile-1.2.0-beta.1.min.js&quot;&gt;&lt;/script&gt;
4747
&lt;/head&gt;
4848

@@ -94,7 +94,7 @@ <h2>Putting it together: Basic single page template</h2>
9494
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1&quot;&gt;
9595

9696
&lt;link rel=&quot;stylesheet&quot; href=&quot;http://code.jquery.com/mobile/1.2.0-beta.1/jquery.mobile-1.2.0-beta.1.min.css&quot; /&gt;
97-
&lt;script src=&quot;http://code.jquery.com/jquery-1.7.2.min.js&quot;&gt;&lt;/script&gt;
97+
&lt;script src=&quot;http://code.jquery.com/jquery-1.8.1.min.js&quot;&gt;&lt;/script&gt;
9898
&lt;script src=&quot;http://code.jquery.com/mobile/1.2.0-beta.1/jquery.mobile-1.2.0-beta.1.min.js&quot;&gt;&lt;/script&gt;
9999
&lt;/head&gt;
100100
&lt;body&gt;

0 commit comments

Comments
 (0)