Guest User

Untitled

a guest
Jan 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $(document).on('click', '.glyphcolor', function(event) {
  2. event.preventDefault();
  3.  
  4. var target = event.target || event.srcElement;
  5. target.classList.toggle("checkglyph1");
  6. });
Add Comment
Please, Sign In to add comment