jQuery, drop image on overlaping target
        Posted  
        
            by Cinaird
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cinaird
        
        
        
        Published on 2010-03-22T11:42:04Z
        Indexed on 
            2010/03/22
            11:51 UTC
        
        
        Read the original article
        Hit count: 373
        
I am using jQuery to detect drop on target, the target in question is a image. If i drag one image upon another, and then drop it, it shall replace the target source with the dropped source. This works fine until two images lies upon each other.
Some of the images lies next to each other and some times the target images overlap. if i drop, both the visible image and the image beneath is replaced with the dragged image.
I hope the problem is clear and their is any good solution
© Stack Overflow or respective owner