dear fellas,
is it possible for me to hide tooltip?
Add the following code
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript"> $(function () { $('table').removeAttr("title") }); </script>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.