Response title
This is preview!
<!
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"><
head><
meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><
title>Untitled Document</title><
script language="javascript" type="text/javascript" src="jquery-1.4.2.min.js"></script><
script language="javascript" type="text/javascript" src="jquery-ui-1.7.2.custom.min.js"></script><
script language="javascript" type="text/javascript" src="jquery.simulate.js"></script><
script language="javascript" type="text/javascript">$(
function() {$(
'#mytarget').bind('mouseenter', function(e) {$(
'#debug').text('in');});
$(
'#mytarget').bind('mouseleave', function(e) {$(
'#debug').text('out');});
$(document).simulate(
"mousemove", { clientX: 155, clientY: 155 });});
</
script></
head><
body><
div id="debug" style="position:absolute;top:500px;left:0;width:30px;height:30px;background-color:#aaa;">DEBUG>> </div><
div id="myobject" style="position:absolute;top:0;left:0;width:30px;height:30px;background-color:#ff6633;">moveme</div><
div id="mytarget" style="position:absolute;top:100px;left:100px;width:300px;height:300px;background-color:#005555;">here</div></
body></
html>© 2013 jQuery Foundation
Sponsored by and others.