hi you have ask if the id is different, then dissappear the div o
element

$("body").click(function(){
    IF($(this).attr('id') !="FM_OPTIONS")
    {
      $("#FM_OPTIONS").fadeOut('fast');
    }
});

Reply via email to