Created
April 2, 2014 13:40
-
-
Save ablwr/9934353 to your computer and use it in GitHub Desktop.
scripts for chaz
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
<!-- GLOBAL CORE SCRIPTS --> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script type="text/javascript" src="inc/colorbox.js"></script> | |
<script type="text/javascript" src="js/timeliner.min.js"></script> | |
<script> | |
$(document).ready(function() { | |
$.timeliner({ | |
startOpen:['#19550828EX', '#19630828EX'] | |
}); | |
$.timeliner({ | |
timelineContainer: '#timelineContainer_2' | |
}); | |
// Colorbox Modal | |
$(".CBmodal").colorbox({inline:true, initialWidth:100, maxWidth:682, initialHeight:100, transition:"elastic",speed:750}); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment