2008-05-28から1日間の記事一覧
スペースがたくさんあってもブラウザが勝手にきれいにしてくれるから、下のような感じでオッケー。 HTMLElement.prototype.hasClassName=function(className){ return this.className.split(/\s/).indexOf(className)!=-1; } HTMLElement.prototype.addClass…
連絡先: twitter: @javascripter にどうぞ。
スペースがたくさんあってもブラウザが勝手にきれいにしてくれるから、下のような感じでオッケー。 HTMLElement.prototype.hasClassName=function(className){ return this.className.split(/\s/).indexOf(className)!=-1; } HTMLElement.prototype.addClass…