Advertisement
jaideep06

taindex-0

Nov 18th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php function add_tabindex() { ?>
  2. <script>
  3. $(function() {
  4. $('.rank-math-question').attr('tabindex', '0');
  5. });
  6. </script>
  7. <?php }
  8. add_tabindex(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement