Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Responsive workshop: conditional loading

Jeremy Keith
April 11, 2013

Responsive workshop: conditional loading

Jeremy Keith

April 11, 2013
Tweet

More Decks by Jeremy Keith

Other Decks in Design

Transcript

  1. loading>

    View Slide

  2. View Slide

  3. View Slide

  4. View Slide

  5. View Slide

  6. View Slide

  7. View Slide

  8. View Slide

  9. if ($(document).width() > 640) {
    $.get('path/to/html', function(data) {
    $('[role="complementary"]').append(data);
    });
    }

    View Slide

  10. loading>

    View Slide