[jQuery] .click() fails in 1.1.3 (work in 1.1.2)

[jQuery] .click() fails in 1.1.3 (work in 1.1.2)


<script src="http://jqueryjs.googlecode.com/files/jquery-1.1.3.1.js"></
script>
<a href=# onclick="alert('Hello');">Hello</a>
<script>
$("a").click();
</script>
this page will automaticly show alert window under 1.1.2, but not in
1.1.3.1