Advertisement
DataCCIW

Prepend [Inactive] To Inactive Record Results Script

Dec 15th, 2020
1,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $('.listItem[style="color:#999999;"] td:nth-last-child(9)').prepend("[Inactive]  ");
  3. $('.listAltItem[style="color:#999999;"] td:nth-last-child(9)').prepend("[Inactive]  ");
  4. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement