if ($('.gpWidget-rosterlrg').length) { var hideCol = function(t){ $('.gpWidget-rosterlrg table.StyledList tr').each(function(){ $(this).find('td:gt(0)')[t ? 'show' : 'hide'](); }); }, btn = $('<button>Show Full Roster</button>') .appendTo($('.gpWidget-rosterlrg .ui-filterable-query')) .click(function(){ var txt = $(this).text(), t = /Show/.test(txt); txt = t ? 'Hide Full Roster' : 'Show Full Roster'; $(this).text(txt); hideCol(t); return false; }); hideCol(); }
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>