20 deep holes to bury them in
    1. 4,579 notesVia: diorinaSource: theindivisual
    1. moonage reblogged this from layer13
    2. nekoyomi reblogged this from nwashy
    3. fuzzlabo reblogged this from nwashy
    4. layer13 reblogged this from nwashy
    5. uruouru reblogged this from gkojaxmeetsrebloggersuptown
    6. lainx reblogged this from gkojaxmeetsrebloggersuptown
    7. gkojaxmeetsrebloggersuptown reblogged this from negitoroller
    8. reblog-like-dub-mix reblogged this from reblog-like-dub-mix
    9. memoryfortomorrow reblogged this from reblog-like-dub-mix
    10. wilddynasty reblogged this from createlesscrap
    11. think-two reblogged this from mono-girl
    12. asilnomis reblogged this from editionsmatiere
    13. chateaudherouville reblogged this from editionsmatiere
    14. du9 reblogged this from editionsmatiere
    15. editionsmatiere reblogged this from moji
    16. tiny8bit reblogged this from reblog-like-dub-mix
    17. y-pari reblogged this from mapling
    18. theindivisual posted this
    1. Timestamp: Monday 2014/11/03 18:23:07
    0); } else if (_posts_loaded >= 3) { _trigger_post = _$posts.find('li.post:eq(' + ($all_posts.length - 3) + ')').get(0); } else { _trigger_post = _$posts.find('li.post:last').get(0); } }; function in_viewport (el) { if (el == null) return; var top = el.offsetTop; var height = el.offsetHeight; while (el.offsetParent) { el = el.offsetParent; top += el.offsetTop; } return (top < (window.pageYOffset + window.innerHeight)); }; function enable_scroll() { $('#footer .pagination').hide(); _$window.scroll(function(){ clearTimeout(_infinite_timeout); infinite_timeout = setTimeout(infinite_scroll, 100); }); } function disable_scroll() { clearTimeout(_infinite_timeout); $(window).unbind('scroll'); } function infinite_scroll() { if (_is_loading) return; if (in_viewport(_trigger_post)) { load_more_posts(); // w00t } }; function load_more_posts() { if (_is_loading) return; _is_loading = true; // Build URL if (_url.charAt(_url.length - 1) != '/') _url += '/'; if (_current_page === 1) _url += 'page/1'; _current_page++; _url = _url.replace('page/' + (_current_page - 1), 'page/' + _current_page); // Fetch _Ajax(_url, function(data) { var new_posts_html = data.split('')[1].split('')[0]; var $new_posts = $('#posts', data); // Insert posts and update counters $('#posts').append(new_posts_html); _posts_loaded = $new_posts.find('li.post').length; if ((_posts_loaded > 0) && (_current_page < _total_pages)) { set_trigger(); _is_loading = false; } else { disable_scroll(); } }); // Stats } return { init: init }; }); $(function() { });