Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $('.stars > span > a').each(function() {
  2. $(this).html('<i class="fa fa-star"></i>');
  3. console.log('Hello');
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement