Why this link doesn`t work?
//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
JavaScript
x
18
18
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta name="Description" content=" [wstaw tu opis strony] ">
5
<meta name="Keywords" content=" [wstaw tu slowa kluczowe] ">
6
<meta name="Author" content=" [dane autora] ">
7
<title>[tytuł strony] </title>
8
<link rel="stylesheet" href="style.css" type="text/css">
9
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
10
<script type="text/javascript">
11
$(document).ready(function () {
12
$(".animat_kon").click(function () {
13
$(".animat_text").slideToggle("slow");
14
});
15
});
16
</script>
17
</head>
18
error example:
Advertisement
Answer
JavaScript
1
2
1
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2
you did not included http://
whenever you are downloading from the server directly then usehttp://