If there are conceptual reasons that this is preferred over jQuery UI's
drag/drop, it probably makes sense to see if those concepts could be added
to jQuery UI. jQuery UI's draggables are actually implemented modularly, so
you can remove a fair bit of the extra functionality and be left with some
basic events.
According to Paul, implementing everything as a normal event became
prohibitively slow with large sets of draggables/droppables, which is why
certain things in their draggables are implemented as callbacks (for speed).
I personally think it's worth investigating the possibility of speeding up
jQuery's events to make them scale better.

-- Yehuda

On Sat, Oct 4, 2008 at 6:21 AM, weepy <[EMAIL PROTECTED]> wrote:

>
> > Why should I start with a simple drag event and implement everything else
> from scratch?
>
> I would say that it allows for total flexibility - it kind of makes
> the 'drag' event work just like a normal event like 'click'.
>
>
>
> On 4 Oct, 14:10, weepy <[EMAIL PROTECTED]> wrote:
> > I used the old version and found it to be very good. Very simple - it
> > simply provides the hooks for you to implement what you need.
> >
> > I would like to know what's changed since the old version ?
> >
> > On 4 Oct, 10:45, "Jörn Zaefferer" <[EMAIL PROTECTED]>
> > wrote:
> >
> > > Could you be a bit more specific why this should be preferred over
> > > jQuery UI's drag plugin, apart from your file-size argument? After
> > > all, a lot of effort has been spent on the UI components, they are
> > > fast, heavily customizable and very stable. Why should I start with a
> > > simple drag event and implement everything else from scratch?
> >
> > > Jörn
> >
> > > On Fri, Oct 3, 2008 at 11:12 PM, mike.helgeson <
> [EMAIL PROTECTED]> wrote:
> >
> > > > Take a minute to check out this plugin. Have you ever needed to
> > > > capture dragging in a plugin or application, but didn't want to
> > > > introduce big dependency files? This plugin creates custom events,
> > > > that work exactly right, for less than 2k when packed. New release
> > > > came out today and I recommend it for anyone!
> >
> > > >http://plugins.jquery.com/project/drag
> >
> > > > Check out these demos
> >
> > > >http://threedubmedia.com/demo/drag/
> >
> > > > I encourage everyone to give the special events API some love.
> >
>


-- 
Yehuda Katz
Developer | Engine Yard
(ph) 718.877.1325

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to