Guest User

Untitled

a guest
Feb 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="first-column" id="first-column">
  2. <li id="WE"><div><span>WERK</span></div></li>
  3. <li id="OU"><div><span>OUTER</span></div></li>
  4. <li id="IN"><div><span>INTRA</span></div></li>
  5. </div>
  6.  
  7.  
  8. $(this).click(function(){
  9. var id = $(this).attr("id");
  10. });
Add Comment
Please, Sign In to add comment