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 8032861
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:31:22+00:00 2026-06-05T01:31:22+00:00

I currently have a layout that uses Jquery UI Drag and Drop.. I have

  • 0

I currently have a layout that uses Jquery UI Drag and Drop.. I have seen the code on the Jquery website for reverting but I am not sure how I would go about detecting if a div has been dropped on a certain div and if it has been then to revert it.

Basically I have 2 divs and I only want the drag/drop to be able to drop inside one, if it doesn’t get dropped in the right one then it is reverted 🙂

Script:

 <script type="text/javascript">
function shift(parent){
$("#"+parent).draggable({ handle: ".item", accept: "#floor", containment: "#floor", scroll: false, stack:"#floor div" });
}
</script>

Draggable:

<div id="drag" class="ui-widget-content" onmousedown="shift('example')"> </div>

DIVs

<div id="container">
    <div id="floor"> </div>
    <div id="other"> </div>
</div>

The draggable is within the container but I only want it to be dropped within floor and not other.

Any help would be much appreciated

Thank you all in advance!

  • 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-05T01:31:23+00:00Added an answer on June 5, 2026 at 1:31 am

    Hiya Andrew Working Demo http://jsfiddle.net/BYsnc/

    Hope this will help

    Good read: http://docs.jquery.com/UI/Draggable

    Behaviour: When user drag drag me to floor it will allow else if you drag it to other it wont B-)

    Explanation

    JQuery Code

    // Make Floor Div as droppable

    $('#floor').droppable({
        tolerance: 'fit'
    });
    

    // Now make drag div as draggable

    $('#drag').draggable({
        revert: 'invalid',
        stop: function(){
            $(this).draggable('option','revert','invalid');
        }
    });
    

    // Finally tell drag that about their Droppable property

    $('#drag').droppable({
        greedy: true,
        tolerance: 'touch',
        drop: function(event,ui){
            ui.draggable.draggable('option','revert',true);
        }
    });
    ​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently rebuilding a website that uses a table layout and want it
We currently have a product that uses Sharepoint and a number different Web Part
I have learned that when using android:entries with a ListView , it uses android.R.layout.simple_list_item_1
I have a custom spinner that uses two custom views, one for the drop
Hey guys, I have a listactivity that uses a custom row layout. The layout
I have a Java web application that currently uses Log4J for logging. I'd like
I have a ListView that uses a custom layout that has 5 child View
I have this layout that works correctly, a relative layout with a text view
I'm currently working out the layout of a WPF Application and seem to have
I currently have a query that looks like this: SELECT NON EMPTY ([Measures].[TOTAL]) ON

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.