You are not logged in.
I am looking for a way to detect when the user is clicking inside ANY popup (example: Insert\Modify Link) displayed by Xinha.
Using jQuery, I'm thinking to wire up to the body click event:
$("body").click(
function (evt) {
// how can I detect if i'm inside a xinha popup?
}
);
Offline