Skip to content

Commit a119eda

Browse files
author
Artem Pronchakov
committed
Remove unnecessary jQuery UI projects. See examples on jqueryui.com. Remove local jQuery libs, use jQuery CDN versions.
1 parent b93438f commit a119eda

1,279 files changed

Lines changed: 9 additions & 276482 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

JQuery/JQueryExampleN01/JQueryExampleN01.iml

Lines changed: 0 additions & 24 deletions
This file was deleted.

JQuery/JQueryExampleN01/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html>
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<script type="text/javascript" src="js/jquery-1.7.1.js"></script>
7+
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.js"></script>
88
<script type="text/javascript">
99
$(function(){
1010
alert('кол-во параграфов: ' + $('p').size());

0 commit comments

Comments
 (0)