Anonymous
public text v1 · immutable
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<h7 class="entrytitle">Teen Wolf</h7>
<script type="text/javascript">
$(document).ready(function(){
var entry_title = $(".entrytitle").html();
alert ("entrytitle html is: " + entry_title);
});
</script>
</body>
</html>