i've got an app which makes some ajax calls and uses a couple of jquery plugin (nyroModal and Cluetip). The app works like this:
a click on a link loads an ajax page in a nyroModal;
in this page i've got some link; hovering on them open a cluetip box;
The first time I make the call everything works fine, but if I close the modal and reopen it through another click the cluetip plugin does not work any longer and firebugs says '$cluetip is undefined'.
Is there a way to 'destroy' the cluetip plugin so that i can call it once again as new? Have you got any idea?