Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2012-03-06 19:37:55

patschannach
New member
Registered: 2011-09-14
Posts: 9

howto detect when user clicks inside any xinha editor popup

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

Board footer

Powered by FluxBB