First look at css hooks. These hooks provide a way to change how jQuery handles getti...
authorBrandon Aaron <brandon.aaron@gmail.com>
Fri, 3 Sep 2010 02:06:40 +0000 (21:06 -0500)
committerBrandon Aaron <brandon.aaron@gmail.com>
Fri, 3 Sep 2010 02:06:40 +0000 (21:06 -0500)
commit65b24861bc2e5f25b08373b2c5afdf15d3256e90
tree224f378b72d09578f44286b06ba6b7a1104b290a
parent97cbd76695a69a973760560689d90d98e550ad7b
First look at css hooks. These hooks provide a way to change how jQuery handles getting and setting certain css properties. This means normalizing properties like background-position can easily be done via plugins.

They are similar in concept to the special event hooks. Return false from the hook to revert control back to jQuery's normal processes for getting and setting certain css properties.
src/css.js