Advertisement
Guest User

tlkio image ON/OFF button ver.0.2

a guest
Feb 23rd, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. javascript:void $('menu.menu').after('<input type="button" value="ON/OFF" class="imagebutton">');void $(document).on("click", ".imagebutton", function(){$('.post-img').parent('dd.post-message').parent('dl').toggle();});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement