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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.