jQuery
Firefoxでは、僕は主にDeveloper Editionを使っています。 先日、バージョン36へアップデートすると 『permission denied to access property 'call'』 というエラーが出て、user-extensions.jsで追加している自作コマンドが動かなくなりました。 因みにうち…
jQueryのセレクタ文法は簡単に拡張できます。みんな知ってるね。 え?知らない?ココを参照すべし。 http://james.padolsey.com/javascript/extending-jquerys-selector-capabilities/ 僕は、こんな風にして (function($) { $.extend($.expr.pseudos, { 'all…
jQuery 1.6がリリースされています。 リリースノートを見ると。。。ムムム!!見過ごせない変更があるではないですか。 .prop(), .removeProp(), and .attr() .prop()、.removeProp()と.attr()に関して In the 1.6 release we’ve split apart the handling o…