jQuery: The Write Less, Do More JavaScript Library

Releases for Absolutize

Absolutize 0.9

Download: jquery.absolutize.js_1.txt
Size: 277 bytes
md5_file hash: f4340991d0ee92de914eda072bfcc240
First released: August 6, 2008 - 11:29am

Now works with jquery 1.2.*

Absolutize 0.0.1-rc-1

Download: jquery.absolutize.js_0.txt
Size: 399 bytes
md5_file hash: e2f9dc2cccb72eac0e1acae8c809e331
First released: September 6, 2007 - 3:12am

Now it works

  • Whitout change the DOM
  • Returning jquery (so, it's chainable!) :D

Usage?

    $('#foo').absolutize();
    // and... chainable whith multiple elements
    $('.menu1').absolutize().css('color','red');