anyone have an idea here?

Thanks

On Sep 11, 11:21 am, james_027 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to make a simple <div> that will pop which will be close
> by just clicking to any part of the page. I have no idea of how to do
> this. I have try something like this
>
> $(document).click(function(e){
>     $('[EMAIL PROTECTED]').hide();
>
> });
>
> $(body).click(function(e){
>     $('[EMAIL PROTECTED]').hide();
>
> });
>
> but all my other click function on specific html tag won't work
> anymore, it seems to be overide.
>
> Thanks
> james

Reply via email to