I have a window with a number of chat DIV\'s where a user to chat to different people.
Currently the chat DIV\'s can be open and moved around but I can\'t see to get the
This should help
$('div.chatMessenger').not(this).css('z-index', '100'); $(this).css('z-index', '1000');
inside on('mousedown') function.
on('mousedown')