Skip to content

Instantly share code, notes, and snippets.

@applicake
Created July 29, 2011 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save applicake/1114750 to your computer and use it in GitHub Desktop.
Save applicake/1114750 to your computer and use it in GitHub Desktop.
link 'zniknij tekst'
<?xml version="1.0" encoding="iso-8859-2"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-PL" lang="pl-PL">
<head>
<title>Pierwszy program w jQuery, zapraszam!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<script type="text/javascript" charset="utf-8" src='jquery.js'></script>
<script type="text/javascript" charset="utf-8" src='application.js'></script>
<link href="style.css" media="screen" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="main">
<p>
Moje pierwsze efekty w jQuery. Zapraszam!
</p>
<a href="#" class="rose">Zniknij tekst</a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment