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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:57:22+00:00 2026-05-11T18:57:22+00:00

With the help of the stackoverflow community, I’ve got the dragging to work perfectly

  • 0

With the help of the stackoverflow community, I’ve got the dragging to work perfectly using JQuery. Now, I’ve assigned a .drop class (and made it .droppable), but whenever I drop a .draggable onto the .droppable… nothing happens! Is there an error in javascript?

<script type="text/javascript">  
  $(document).ready(function() {  
doReady();  

var prm = Sys.WebForms.PageRequestManager.getInstance();  
prm.add_endRequest(function(s, e) {  
    doReady();  
});  
});  

function doReady() {
$('.drag').draggable({ revert: true,helper: 'clone' });}
$('.drop').droppable({ 
tolerance: touch,
drop: function() { alert('dropped'); }
});
</script>

The top part of the script allows to the Drag & Drop goodness to continue working after a partial postback.

  • 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-11T18:57:22+00:00Added an answer on May 11, 2026 at 6:57 pm

    Here should be a string

    tolerance: "touch",
    

    I format your code

      $(document).ready(function() {  
    
         doReady();  
    
         var prm = Sys.WebForms.PageRequestManager.getInstance();  
         prm.add_endRequest(function(s, e) {  
             doReady();  
         });  
    
      }); // End of document ready
    
      function doReady() {
    
        $('.drag').draggable({ revert: true,helper: 'clone' });
    
      } // End of do ready
    
      $('.drop').droppable({ 
         tolerance: "touch", // Here should be a string
         drop: function() { alert('dropped'); }
      });
    

    Can you see $(‘.drop’) is not in doReady function.

    Fixed.

    function doReady() {
    
       $('.drag').draggable({ revert: true,helper: 'clone' });
       $('.drop').droppable({ 
          tolerance: "touch", // Here should be a string
          drop: function() { alert('dropped'); }
       });
    
     } // End of do ready
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 271k
  • Answers 271k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer yeah, as others have mentioned: #share { display: none; position:… May 13, 2026 at 1:49 pm
  • Editorial Team
    Editorial Team added an answer For just about every programming language there's an IDE with… May 13, 2026 at 1:49 pm
  • Editorial Team
    Editorial Team added an answer To right-align text you can figure out the width of… May 13, 2026 at 1:49 pm

Related Questions

With the help of the stackoverflow community, I've got the dragging to work perfectly
I'm building an application (a side project which is likely to enlist the help
My co-workers and I are having an argument over the value and usage of
the user has the option of dragging several pictureboxes around the form. when he
I am going to be builiding a site like ebay - with all the

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.