Hacker News new | ask | show | jobs
by softdev12 4227 days ago
Great job. It seems like a subset of jquery functionality? Is there something that interact.js does that jquery doesn't? Or is it just a size thing...
1 comments

Thank you.

I wouldn't call it a subset and I didn't make it as an alternative to jQuery UI. However, I do have plans to make one ;-). I think that the advantage is in what interact.js doesn't do. It's more about providing the data that applications need for responding to pointer input however they like - Drag and drop is just one way to use the input data.

I wrote about the ideas behind it on the Mozilla Hacks blog recently: https://hacks.mozilla.org/2014/11/interact-js-for-drag-and-d...

Got it. Really nicely done.