All pastes #2056443 Raw Edit

Anonymous

public text v1 · immutable
#2056443 ·published 2011-05-10 20:48 UTC
rendered paste body

<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>