id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
7483	triggle() in $(document).ready() can't work	anonymous		"<!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>
<meta http-equiv=""Content-Type"" content=""text/html; charset=gb2312"" />
<script type=""text/javascript"" src=""jquery-1.4.4.min.js""></script>
<script type=""text/javascript"">
	$(function(){
		$(""#ok"").trigger(""click"");
		$(""#ok"").click(function(){
			alert(""OK!"");
		});
	});
</script>
<title>无标题文档</title>
</head>

<body>

	<input type=""button"" id=""ok"" value=""ok"" />
</body>
</html>





in the code , this line $(""#ok"").trigger(""click""); never execute."	bug	closed	undecided	1.5	unfiled	1.4.4	invalid				
