[jQuery] Re: calling a function when you click off an element

2007-05-22 Thread philo23
Thanks, that seems to of worked. On May 22, 2:34 am, MikeR <[EMAIL PROTECTED]> wrote: > Here is a quick example I just threw together: > > http://www.infinitywebcreations.com/jquery.html > > Far from perfect, but it should give you an idea. > > On May 21, 5:13 pm

[jQuery] calling a function when you click off an element

2007-05-21 Thread philo23
for example, in Google docs, you can pop up a little menu (eg: actions menu), now when you click back onto the webpage some where, the dropdown menu disapears. I'm wondering, how can this be easily done. I've looked at the source code, and it seems that they have added , i've personaly tried this