On Mon, 25 Sep 2006, Rey Bango wrote:

> I refer back to EasyDOM that, at the moment, will only work on v1.0a.
> The upgrade to v1.0.1 broke the functionality. Further, I recall an
> email that I sent out early this month that referred to the set()
> method, which is used in EasyDOM, to which John replied letting me know
> that it had been superseded by attr(). This affected EasyDOM and I'm
> sure others that took advantage of the original method.

You can create an alias for set() like this:

if (!$.fn.set) $.fn.set = $.fn.attr;

I agree that breaking backward compatibility like this is a bit 
frustrating. However, it was a pre-release, so I'd say John picked a 
reasonable time to do it.

Dave

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to