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

  • Home
  • SEARCH
  • 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 6927151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:00:41+00:00 2026-05-27T11:00:41+00:00

Im building a popup image gallery where a user can drag an image from

  • 0

Im building a popup image gallery where a user can drag an image from the popup div and drop it elsewhere on the page.

The popup gallery is an overlay div (using css) so there are no iframes or anything as such.

I’ve successfully implemented the drag and drop using JQUERY UI, however what I want is –

Whenever a user drags an image out of the gallery popup div, the
popup div should hide/fadeout and the image can be dropped elsewhere.
But the problem is, as soon as I hide the gallery popup div
(originating container), my helper clone also disappears. (however the
drop can still be made, but I lose the visual feedback)

I’ve tried moving the position of the gallery div to -999,-999 (without hiding it) but even that hides my visual feedback clone (the helper)

Someone please help me find a solution to this.

Thanks

  • 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-05-27T11:00:42+00:00Added an answer on May 27, 2026 at 11:00 am

    You should be able to do this using draggable’s appendTo option. By default, the helper is appended to the same container as the draggable, which is why it disappears when you hide it.

    Perhaps something like this would work:

    $( '.thumb' ).draggable( {
        helper: 'clone',
        appendTo: 'body',
        start: function() {
            $('#container').hide();
        }
    } );
    

    Hope that helps.

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

Sidebar

Related Questions

I'm currently building a popup box script using css/jquery and i can't seem to
I am building a web app image gallery using FancyBox. Right now I am
Hi all im building a web user interface. In this interface i use popup
I'm building an asp.net page that uses a page method call from jquery. This
building a site using PHP and MySQL that needs to store a lot of
I'm using the asp:Menu control on an ASP.NET 4.0 Webforms page with table-free rendering
I am building a page with a restaurant menu that will consist of a
I'm building application using pop-ups. I'm getting new information with Ajax in the main
UPDATE: This problem was corrected by updating to the latest fancybox css. I'm building
I'm building what is essentially a character map. The user would invoke it as

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.