Skip to main content

Bug Tracker

Side navigation

Ticket #5976: test.html


File test.html, 0.6 KB (added by blago, January 28, 2010 10:12PM UTC)

test case

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
        google.load('jquery', '1.3');
        
    	google.setOnLoadCallback(function() {
	        $("a.callout[class*=company]").live("click", function() {
	            alert('ouch');
	            
	            return false;
	        }).die("click");
	    });
    </script>
</head>
<body>
    <a class="callout companySABREW" href="">click here</a>
</body>
</html>

Download in other formats:

Original Format