Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(".subchapter[data-chapid='1']").on("click", function() {
  2. $(this).css('margin-left', '20px') // add margin/padding/etc here
  3. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement