Side navigation
Ticket #6814: test-6814.html
File test-6814.html, 0.3 KB (added by dmethvin, July 25, 2010 04:59PM UTC)
The magic of "watch"
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('body').append('test');
});
</script>
</head>
<body>
<div id="test">test</div>
</body>
</html>
Download in other formats:
Original Format
File test-6814.html, 0.3 KB (added by dmethvin, July 25, 2010 04:59PM UTC)
The magic of "watch"
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
$('body').append('test');
});
</script>
</head>
<body>
<div id="test">test</div>
</body>
</html>