Hi i need help with this one something is wrong, somehow it does not connect to javascript/jquery i think. Untitled Document
Html and Javascript help
4
Hi i need help with this one something is wrong, somehow it does not connect to javascript/jquery i think.
Untitled Document
Here is the orginal
Edit fiddle - JSFiddle
Here is my code:
Thanks
Untitled Document
Here is the orginal
Edit fiddle - JSFiddle
Here is my code:
Code:
<html>
<head>
<script src="jquery-1.7.2.min.js"></script>
<script src="jquery-ui.js"></script>
<script src="java.js"></script>
<meta charset="utf-8">
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<script type="text/javascript">
jQuery(".chair").click(function(){
jQuery(".avatar").appendTo(jQuery(this));
});
</script>
<div class="room">
<div class="avatar">
</div>
<div style="position:absolute; top:20px; left:50px;" class="chair">
</div>
<div style="position:absolute; top:20px; left:75px;" class="chair">
</div>
<div style="position:absolute; top:40px; left:40px;" class="table">
</div>
<div style="position:absolute; top:70px; left:50px;" class="chair">
</div>
<div style="position:absolute; top:70px; left:75px;" class="chair">
</div>
</div>
</body>
</html> - DLycanthus
- [1] reply
- steffanmax
- DLycanthus
Next Topics on Trending Feed
-
4