That's correct - jQuery no longer interacts with events that are bound
using old event handlers. Although, this could probably be resolved.

Could you file a bug on this in the bug tracker?
http://dev.jquery.com/

--John

On 7/12/07, Bin <[EMAIL PROTECTED]> wrote:

<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


Reply via email to