タグ

ブックマーク / blog.petersendidit.com (1)

  • cssHooks in jQuery 1.4.3

    jQuery 1.4.3 brought us a complete rewrite of the CSS module. The main focus of this rewrite was to add extensibility. Along with some nice speed-ups in getting styles, the CSS module of jQuery now let you extend the functionality of .css() and .animate().  It allows this by adding cssHooks. cssHooks allow you to “hook” in to how jQuery gets and sets css properties.  This means that you could crea

    minodisk
    minodisk 2010/12/18
    cssHooksの拡張方法。setはstyleに反映する際に呼ばれるのでどこにどのような形で反映するかを拡張することができる。getもそれに合わせて拡張。animate時にも$.fx.stepでsetを呼ぶように拡張。
  • 1