I've managed to set up the clueTip plugin to display extended
information for a datarow in a grid. The tooltip works fine on initial
page load, but I use AJAX to perform partial page postbacks for
editing the records in the grid.

When returning from edit mode back to grid mode, the clueTip no longer
takes appears, and instead the standard tooltip appears when hovering
over the 'offending' element.

Is this a restriction of the plugin, or should I be doing something
else with the script to ensure that it always appears?

I can post all my code if required, but it is split over MasterPage
and ContentPage. Please advise if you need to see it all.

The script portion is as follows:

<script type="text/javascript" language="javascript">
        $(document).ready(function() {
            $('.nicetooltip').cluetip({ attribute: 'rel', splitTitle:
'|', cluetipClass: 'jtip', dropShadowSteps: 3, ajaxCache: true }); });
    </script>

Reply via email to