Demo: http://jsfiddle.net/thisizmonster/VRPDa/
Purpose:
How do it?
Edited/Added
Since everyone said I can't move mouse coordinate, I think its failed. Btw my main purpose is because of Facebook Comment plugin. By default its shows "by social ranking". My requirement is default by "Reverse Chronological". But plugin itself placed in iFrame, So I can't access its elements. So I decided after page loaded, quickly move mouse and choose option and revert back mouse coordinate. Its failed I think :(
$('#item').click();
or $('#item').trigger('click');
(use the latter for other triggers like mouseenter