148 With <a href=
"http://benalman.com/projects/jquery-outside-events-plugin/">jQuery outside events</a> you can bind to an
event that will be triggered only when a specific
"originating" event occurs <em>outside</em> the element in question. For example, you can <a href=
"../clickoutside/">click outside</a>, <a href=
"../dblclickoutside/">
double-click outside</a>, <a href=
"../mouseoveroutside/">mouse-over outside</a>, <a href=
"../focusoutside/">focus outside</a> (and <a href=
"http://benalman.com/code/projects/jquery-outside-events/docs/files/jquery-ba-outside-events-js.html#Defaultoutsideevents">over ten
more</a>
default "outside" events).