阅读背景:

使用jQuery获取已经相互删除的元素的值?

来源:互联网 

I have the following jQuery:

我有以下jQuery:

  $(document).ready(function(){
    $(".element").draggable();
    $(".element").droppable({
      drop: function() { 
        alert('dropped');
      }
    });
  });
  



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: