20 deep holes to bury them in
    1. 3,770 notesVia: napoleonfourSource: nordstrom
    1. killbillandchill reblogged this from ablogwithaview
    2. madgebettany reblogged this from prettypicsdelightfultips
    3. treasureboxes reblogged this from nordstrom
    4. mswhythehellnot reblogged this from julinaabbott-blog
    5. bysarahclaire reblogged this from prettypicsdelightfultips
    6. distinctview reblogged this from self-esteem-deprivation-clinic
    7. iwill-makeit reblogged this from self-esteem-deprivation-clinic
    8. self-esteem-deprivation-clinic reblogged this from prettypicsdelightfultips
    9. wisterialovers reblogged this from prettypicsdelightfultips
    10. gina-fish reblogged this from prettypicsdelightfultips
    11. charlotteauxfraises-love reblogged this from prettypicsdelightfultips
    12. keylahightower09 reblogged this from thehartblog
    13. blackmac10 reblogged this from suckedin
    14. w3333w reblogged this from suckedin
    15. therejectedproject reblogged this from suckedin
    16. suckedin reblogged this from napoleonfour
    17. sweetenedbysunshine reblogged this from sweetenedbysunshine
    18. thejuggernauts reblogged this from napoleonfour
    19. andreasschlikes reblogged this from liibertine
    20. liibertine reblogged this from napoleonfour
    21. austinkimmy reblogged this from suckedin
    22. buhman reblogged this from napoleonfour
    23. 20-big-buckets-to-catch-them-in reblogged this from napoleonfour
    24. semental reblogged this from napoleonfour
    25. greendisease reblogged this from napoleonfour
    26. napoleonfour reblogged this from suckedin
    27. nordstrom posted this
    1. Timestamp: Tuesday 2016/09/13 10:30:28
    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() { });