Difference between revisions of "Team:CCA SanDiego"

Line 18: Line 18:
  
 
$.ready(function(){
 
$.ready(function(){
$(".firstHeading").remove()
+
 
 
// navigation click actions
 
// navigation click actions
 
jQuery('.scroll-link').on('click', function(event){
 
jQuery('.scroll-link').on('click', function(event){
Line 30: Line 30:
 
jQuery('html, body').animate({scrollTop:0}, 'slow');
 
jQuery('html, body').animate({scrollTop:0}, 'slow');
 
});
 
});
 +
$(".firstHeading").remove()
 
}
 
}
 
);
 
);

Revision as of 00:36, 4 September 2015