Advertisement
sanjiisan

Untitled

May 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $(function () {
  2. $('section.main').find('li').addClass('borderClass');
  3.  
  4. $('.showMore').first().css('color', 'red')
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement