Tag Archives: width

  • Fix jQuery’s animate() to allow “auto” values

    Jan 14 2011

    5 Comment(s)

    Going through the jQuery source you start to learn how things are processed by the library. A few months ago I noticed that the .animate() method wasn’t able to compute “auto” values for elements and animate accordingly. After Google-ing the issue I noticed that it’s a big issue for some people. This past month I [...]