Advertisement
Guest User

Untitled

a guest
Dec 6th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.noConflict();
  2. jQuery(document).ready(function($){
  3.  
  4.     $('#comments').waypoint(function () {
  5.  
  6.         var disqus_shortname = 'paulund';
  7.  
  8.         $.ajax({
  9.             type: "GET",
  10.             url: "http://" + disqus_shortname + ".disqus.com/embed.js",
  11.             dataType: "script",
  12.             cache: true
  13.         });
  14.  
  15.     }, { offset: '100%', triggerOnce: true });
  16.  
  17. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement