xmrcivicboix schrieb: > [...] > What I'm trying to do is when tiny_mce is opened, I don't want any other > events to still be bounded. For instance, when tiny_mce is opened, I don't > want user to be able to right click on the text and open up another instance > of tiny_mce. [...] If you want to prevent the user from using the contextmenu, you have to avoid removing the event the prevents him from doing so. Or you have to add it again after removing all events.
-- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
