2010-11-07から1日間の記事一覧

element.click

http://www.webdeveloper.com/forum/archive/index.php/t-102595.html if(typeof HTMLElement!='undefined'&&!HTMLElement.prototype.click) HTMLElement.prototype.click=function(){ var evt = this.ownerDocument.createEvent('MouseEvents'); evt.initMo…