[jQuery] 1.0.4 bug - please confirm...

[jQuery] 1.0.4 bug - please confirm...


This page works with 1.0.3, but not 1.0.4 - it simply calls a javascript
function on the focus event:
Can someone confirm before I post a bug report?
Copy / Paste the following:
<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
function myfunction(x){
alert(x);
}
</script>
</head>
<body>
<form>
<input id="test" type="text" name"test">
</form>
<script type="text/javascript">
<!--
$(document).ready(function(){
    $("#test").focus("myfunction(this.id);");
});
//-->
</script>
</body>
</html>
--
View this message in context: http://www.nabble.com/1.0.4-bug---please-confirm...-tf2828055.html#a7894704
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/