Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/12/2015, 09:46
infoturnosya
 
Fecha de Ingreso: diciembre-2015
Ubicación: rosario
Mensajes: 69
Antigüedad: 8 años, 4 meses
Puntos: 5
Respuesta: Drag and Drop con mensaje de advertencia

En la function dragDrop le agregue esto

Código Javascript:
Ver original
  1. if ($(objArrastrado).attr('class') != $(e.target).attr('ID')){ 
  2.         alert('Incorrecta');
  3.         return false;
  4.     }

Fijate si funciona