Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. list_collection.find(':header a').each(function () {
  2. $(this).closest('li').find('figure').append('<a tabindex="-1" href="' + $(this).attr('href') + '"></a>');
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement