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

Related Questions

With some kindly help from StackOverflow, I've got Unity Framework to create my chained
Now that I have decided upon Firebird , with the help of StackOverflow :),
Is there any opensource samples of JQuery usages of StackOverFlow-like sites...... Any help in
Hello StackOverflow community, The air.swf file referenced here: http://livedocs.adobe.com/flex/3/html/help.html?content=distributing_apps_3.html used to launch AIR applications
Please help Stackoverflow! I have a MapInterface class in AS3 that inherits from Interface
I am using perforce. Some helpful members of the stackoverflow community helped me find
Hi stackoverflow community now I am part of you with my first question. My
With great help of the stackoverflow community, I've managed to call a native DLL
Hello StackOverflow Community, I hope you guys can help me with this here: On
I'm stuck with a problem and hope stackoverfolw community can help me. I want

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.