Hi,
I want to display a properties div on click event of another div named abc, which has been dropped using jquery UI droppable. I could show the properties div by binding an event with the abc div, but I want to hide the properties div when the div abc loses its focus.
Thanks in advance