How about (untested)?
$('#theDiv).click(function() { return false; });
$('body').click(function() { $('#theDiv').hide(); });- Richard On 7/27/07, Ganeshji Marwaha <[EMAIL PROTECTED]> wrote: > > Hi friends, > > I am showing a div on click of a hyperlink. Now, when i click elsewhere in > the document other than the div itself, then i want to hide the showing > div... Is there any easy way to do this? > > -GTG >

