[jQuery] Re: jQuery v1.3 incompatible with jQuery backgroundPosition plugin

2009-04-07 Thread brunopiovan
Now it does... (function(jQuery) { jQuery.extend(jQuery.fx.step, { backgroundPosition: function(fx) { function toArray(strg) { strg = strg.replace(/left|top/g, '0px'); strg = strg.replace(/right|bottom/g, '100%'); strg = strg

[jQuery] Re: jQuery v1.3 incompatible with jQuery backgroundPosition plugin

2009-03-17 Thread arma
Yeap same here Yu Woon wrote: > Hi, > > I've been using this plugin: > http://dev.jquery.com/browser/trunk/plugins/backgroundPosition/jquery.backgroundPosition.js?rev=6073 > > Using it together with jQuery 1.2.6 and works nicely. I can animate > the backgroundPosition of my backgroundImages. > >