Skip to content

Commit

Permalink
Updating to higher version of jQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
deviprsd committed Nov 12, 2014
1 parent e47048a commit 202273b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1>Flexible Calendar <span>with jQuery and CSS3</span></h1>
<nav class="codrops-demos">
<a href="index.html">Demo 1</a>
<a class="current-demo" href="index2.html">Demo 2</a>
<a href="index3.html">Demo 3</a>
</nav>
</header>
<section class="main">
Expand All @@ -46,7 +47,7 @@ <h3 id="custom-year" class="custom-year"></h3>
</div>
</section>
</div><!-- /container -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.calendario.js"></script>
<script type="text/javascript" src="js/data.js"></script>
<script type="text/javascript">
Expand All @@ -62,7 +63,7 @@ <h3 id="custom-year" class="custom-year"></h3>
transEndEventName = transEndEventNames[ Modernizr.prefixed( 'transition' ) ],
$wrapper = $( '#custom-inner' ),
$calendar = $( '#calendar' ),
cal = $calendar.calendario( {
cal = $calendar.calendario({
onDayClick : function( $el, $contentEl, dateProperties ) {

if( $contentEl.length > 0 ) {
Expand Down

0 comments on commit 202273b

Please sign in to comment.