Problem with jquery blur() event on Div element [duplicate]
This question already has an answer here: How to blur the div element? 6 answers I have problem hiding certain popup wich are based on divs. when i click out side those divs they dont hid. Here is the sample code what i m doing.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script type="text/javascript" src="../JS/jquery-1.3.2.js"></script> <script type="text/javascript"> $(document).ready(function() { $("#MainCanvas div").blur(function() { alert(