jQuery: The Write Less, Do More JavaScript Library

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');