Advertisement
SalahAdDinYusuf

Script Mostrar Comentarios

Jul 24th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. $(document).ready(function(){
  2.         $('.gn-icon-bubble').click(function(){
  3.             $('.disqus_thread').show('swing');
  4.          });
  5.         //$('.gn-icon-bubble').double_click(function(){
  6.         //    $('.disqus_thread').hide(); //muestro mediante clase
  7.         //});
  8.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement