Reblogged from: dulgent
11.03.15
340,821 notes
  1. eloquentdecadence reblogged this from chains2078
  2. alyssanekoneko reblogged this from aestheticfucks
  3. theotherdiarys reblogged this from thentheyhateyou
  4. pinkopalina reblogged this from crystal-meth-clear
  5. cloudyskydaydreamer reblogged this from pahlist
  6. alxxxwarker reblogged this from justafuckingboringhuman
  7. heartlesscreation reblogged this from nicolethedopefiendqueen
  8. vi0lettae posted this
$wall.infinitescroll({ navSelector : ".nav", nextSelector : ".nav a", itemSelector : "#post", behavior : 'twitter', extraScrollPx: 50, bufferPx : 5000, loadingImg : "", loadingText : "", loading : "", donetext : "" }, function( newElements ) { var $newElems = $( newElements ).css({ opacity: 0 }); $newElems.imagesLoaded(function(){ $newElems.animate({ opacity: 1 }); $wall.masonry( "appended", $newElems, true ); }); $('.audio').each(function(){ var audioID = $(this).attr("id"); var $audioPost = $(this); $.ajax({ url: 'http://saturated-moonlight.tumblr.com/api/read/json?id=' + audioID, dataType: 'jsonp', timeout: 50000, success: function(data){ $audioPost.find('#audio_player_'+audioID).replaceWith('
' + data.posts[0]['audio-player'].replace("audio_player.swf", "audio_player_black.swf") +'
');} }); }); }); $(document).load(function(){ e.preventDefault(); $wall.infinitescroll('retrieve'); }); $('#load').click(function(){ $(document).trigger('retrieve.infscr'); return false; }); }); jQuery(function($){ $("#feed").tweet({ username: "", count: "" }); }); $('.blogroll').click(function(){ $('#blogroll').show(); $('#content').hide(); }); $('#close').click(function(){ $('#content').show(); $('#blogroll').hide(); });