Advertisement
Guest User

tlkio image ON/OFF button ver.0.6

a guest
Jun 22nd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. javascript: void $('menu.menu').after('<input type="button" value="ON" class="imageon">'); void $('.imageon').after('<input type="button" value="OFF" class="imageoff">'); void $(document).on("click", ".imageoff", function(){ $('.post-img').parent('dd.post-message').parent('dl').hide(); Talkio.Variables.messages.on("add",function(){$('.post-img').parent('dd.post-message').parent('dl').hide();});});void $(document).on("click", ".imageon", function(){ $('.post-img').parent('dd.post-message').parent('dl').show(); Talkio.Variables.messages.on("add",function(){$('.post-img').parent('dd.post-message').parent('dl').show();});});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement