Problems with JQuery's Droppable Tolerance 'fit' feature when using the same size divs

Posted by Chris on Stack Overflow See other posts from Stack Overflow or by Chris
Published on 2010-03-10T18:45:02Z Indexed on 2010/06/08 13:42 UTC
Read the original article Hit count: 301

Filed under:
|
|

Hi

I'm just wondering if anybody else can manage to get the tolerance:'fit' option to work when using the 'droppable' feature in jQuery's UI?

I want to call a function only when the draggable div is dropped perfectly onto a droppable div. Both divs are the same size and I'm using snapMode:outer to help the end user.

I simply cannot get it to work with 'fit'. Works perfectly with 'intersect'.

Would really appreciate some help.

Thanks Chris

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui