Jump to content

tooltip jquery


robert_gsfame

Recommended Posts

I really dont have any idea on jquery..i get this through open source and i wish to have this tooltip content dynamically changes based on the value passed to the function...how can i do that..thx

 

<script type="text/javascript">

$(function(){

$('a.normalTip').aToolTip();

$('a.fixedTip').aToolTip({

    fixed: true

});

$('a.clickTip').aToolTip({

    clickIt: true,

    tipContent: document.getElementById("test").value

});

});

</script>

 

<a href="#" class="clickTip" >On Click Tooltip</a>

 

thx in advance

Link to comment
https://forums.phpfreaks.com/topic/210830-tooltip-jquery/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.