Advertisement
Guest User

Untitled

a guest
May 29th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $(".item").each(function(i) {
  2. $(this).find("a").attr("href", "#work_" + i);
  3. $(this).find(".podrt_descr").attr("id", "work_" + i);
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement