Skip to main content

Bug Tracker

Side navigation

Ticket #6222: 6222.html


File 6222.html, 0.4 KB (added by roatin.marth@gmail.c, March 04, 2010 03:04PM UTC)

Sample breaking 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://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
</head>
<body>

<div>Click here</div>

<script>
function foo() { alert('clicked!') }

$("div").click(foo).click(foo).click(foo);
</script>
</body>
</html>

Download in other formats:

Original Format