Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8316509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:22:47+00:00 2026-06-08T21:22:47+00:00

I am setting up a draggable interface using jquery to do my drag/drop operations.

  • 0

I am setting up a draggable interface using jquery to do my drag/drop operations. I have a tall object (400px x 50px) that I want to drop into a small anchor (100px x 100px). It seems that in order for the “drop” and “over” events to fire, at least half the dragging container must be inside the bounds of the droppable container, which doesn’t happen in this case because the dragging container is so much bigger. Is there a way to lessen this restriction so that these events will fire?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T21:22:49+00:00Added an answer on June 8, 2026 at 9:22 pm

    I believe you’re looking for the tolerance option: http://jqueryui.com/demos/droppable/#option-tolerance

    $( ".selector" ).droppable({ tolerance: "touch" });
    

    You may also like the pointer value:

    $( ".selector" ).droppable({ tolerance: "pointer" });
    

    Update

    If you want to limit certain droppables to only drop in a specific drop-zone then you can set the scope option:

    $( ".selector-1" ).droppable({ scope: "tasks" });
    $( ".selector-2" ).draggable({ scope: "tasks" });
    

    The same documentation link as above will offer more info about this option as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a set of images that have draggable=true setting. These images are intended
I want to create a jQuery dialogue and overwrite the color setting for this
I've got a .NET MDI (multiple document interface) application that I want to use
The jQuery UI Draggable interaction has a nice property for setting the containment as
Hi I'm setting up an android app and I'm using a tabbed interface. I'd
I have a draggable view that a user will touch, but some rectangles of
i am using a jquery plugin to create some draggable objects. the plugin is
I am using class for setting draggable and droppable properties of the element (UL,
Within draggable elements I have helper 'icons' which I'm using as the visual indicator
I'm using gwt-dnd to implement drag-and-drop functionality in my GWT program. To get scrolling

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.