Interface isn't really being maintained anymore. As jQuery has updated to new versions more and more interface issues have emerged. because interface isn't being updated you only have 3 options:
1) Stick with an older version of jQuery 2) Wait for the new ui library to replace Interface 3) Muddle through as best you can with the minimal features of interface that you absolutely must have and that you can verify still work with the latest jQuery For example the only part of Interface I'm still using is idrag for draggables. I wanted to use the sliders but they don't work very well and from 1.1.3 they didn't work at all in IE. So I've been using drag and building my own sliders on top of that. On Aug 29, 6:41 pm, henry <[EMAIL PROTECTED]> wrote: > When I use Sortables with fx:n , > > Firefox firebug output: > > ---------- > jQuery.easing[options.easing] is not a function > > z.now = jQuery.easing[options.easing](p, n, firstNum, (lastNum- > firstNum, options.durations); > > jquery.js (line 5214) > ---------- > > According to the following thread, this bug should have been fixed in > 1.1.4 > :http://groups.google.com/group/jquery-en/browse_thread/thread/5616191... > > Help?