- 0 Downloads
- 13 Views
- Download Now View Demo
- HTML
- JavaScript
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>jQueryiesszzz</title>
</head>
<body>
<html>
<body>
<h1 id="heading">jQuery Page</h1>
<scrpit src="https://code.jquery.com/jquery-2.1.0.js">
</script>
</body>
</html>
<script src="js/index.js"></script>
</body>
</html>
/*Downloaded from https://www.codeseek.co/-_-Nina-_-/jqueryiesssssssss-aVrJXR */
$("html").mousemove(function(event) {
$("#heading").offset({
left: event.pageX,
top: event.pageY
});
});