ClueTip on postback

ClueTip on postback

Hey

 

I’m working with Cluetip at the moment and I need a Cluetip to be visible after a post back, but can figure how to do that.

Is it possible to control is so that a certain cluetip (the popup frame) should be hidden/ visible on page load or on a certain stat after a postback??

 

Hope you can help me here J



Mfg

Per      

Here is my cluetip:

    $(document).ready(

    function() {

        $("a.load-local").cluetip({

            width: '195px',

            height: '175px',

            local: true,

            showTitle: false,

            hideLocal: true,

            sticky: true,

            arrows: false,

            cursor: 'pointer',

            mouseOutClose: true,

            dropShadow: true,

            closePosition: 'title',

            closeText: 'luk'

        });

    })