robert_gsfame Posted August 16, 2010 Share Posted August 16, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.