Advertisement
jaideep06

Tabindex

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