medor.maquette
clone your own copy | download snapshot

Snapshots | iceberg

No images in this repository’s iceberg at this time

Inside this repository

stories.js
application/javascript

Download raw (159 bytes)

$(function() {
    $('#stories [data-src]').each(function() {
        var src = $(this).attr('data-src');
        $(this).load(src, function() {});
    })
});