This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var imgArray = $('.projects-cluster img'); | |
| var size = imgArray.length; | |
| var canvasArray = []; | |
| // loop through images, render them to canvas on document ready (user won't notice) | |
| imgArray.each( function(index, value) { | |
| Caman(this, function () { | |
| this.render( function() { | |
| // once all images are rendered to canvas, fire the doCaman() function | |
| if (index == size - 1) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Showtime JSON loader | |
| if ($('.showtime-json').length){ | |
| // with a lightbox use-case, Magnific is a dependency. The .lightbox call further down shouldn't fire, since the Showtime lightbox only functions inside the getJSON. | |
| jQuery.getScript('http://d27lwoqz7s24cy.cloudfront.net/assets/js/magnific-lightbox.js', function() { | |
| var outputNode = $('.showtime-json'); | |
| jQuery.each(outputNode, function(i) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| University of the Arts London | |
| Universal print stylesheet | |
| Author: Alastair Mucklow | |
| Date: May 2008 | |
| Thanks to 24ways.org for print styling techniques: http://24ways.org/2007/back-to-the-future-of-print | |
| */ | |
| /* Reset to pt styles for print and increase line-height */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).ready(function() { | |
| $('.rsArrowRight').click(function () { | |
| _gaq.push(['_trackEvent', 'RoyalSlider', 'Slider Arrow Right Click', 'Component ID: ' + $(this).closest('.slider-container').attr('id')]); | |
| }); | |
| $('.rsArrowLeft').click(function () { | |
| _gaq.push(['_trackEvent', 'RoyalSlider', 'Slider Arrow Left Click', 'Component ID: ' + $(this).closest('.slider-container').attr('id')]); | |
| }); | |
| // <t4 type="navigation" id="49"/> = 'Current Section Name' | |
| // if we could do this inline, you can substitute the content name from T4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You can apply online through the <a href="http://www.ucas.com/" onClick="_gaq.push(['_trackEvent', 'UCAS', 'Exit to ucas.com', 'UCAS link clicked',, false]);">Universities and Colleges Admissions Service</a> (UCAS). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="my-div"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| </div> | |
| </div> | |
| </div> | |
| <div class="panel bg-gray-bg"> | |
| <div class="content-wrapper"> | |
| <div class="row"> | |
| <div class="content"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <courses> | |
| <course> | |
| <tutor3id/> | |
| <caf>903</caf> | |
| <whoshouldattend/> | |
| <subjectchildren2nd>Fashion Styling</subjectchildren2nd> | |
| <dayofweek>Friday to Tuesday</dayofweek> | |
| <sitemanagerpageurl>http://www.arts.ac.uk/fashion/courses/short-courses/browse-short-courses/middle-east/principles-of-fashion-styling-1/</sitemanagerpageurl> | |
| <subjectchildren3rd/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <form id="form" name="form" class="l-forms margin-top with-box-shadow"> | |
| <label>Label example</label> | |
| <input type="text" name="default" id="default" /> | |
| <fieldset> | |
| <label>Select box:</label> | |
| <div class="js-select-box select-box"> | |
| <input type="hidden" value="option one" class="js-select-box-value"> | |
| <div class="select-box-heading"> | |
| <h3 class="select-box-title">Option one</h3> |