<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="utf-8">
<meta name="description" content="controler">
<meta name="author" content="jk">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<meta charset="ISO-8859-1">
<title>title</title>
</head>
<body>
<div id="wrapper">
<h1 id="first">toggle vizer</h1>
<h1 id="second">toggle mouth</h1>
<h1 id="t">toggle lights</h1>
</div>
<span class=ui_close>X</span>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(".ui_close").click(function () {
alert("Hello!");
});
});
</script>
</body>