首页 > 代码库 > 富文本编辑器焦点

富文本编辑器焦点

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<style type="text/css">
</style>
</head>
<body>
<iframe id="ifr1" width="300px" height="200px"></iframe>
<input  type="button" value=http://www.mamicode.com/"focus" id="btn1"/>> 

如果Jquery

$(ifr.contentDocument.defaultView).focus();

会触发两个

doc.body.onfocus 和  contentDocument.defaultView.onfocus;

慎用。。。。。