a fresh start
This commit is contained in:
4255
source/crafty/js/carouFredSel.js
Normal file
4255
source/crafty/js/carouFredSel.js
Normal file
File diff suppressed because it is too large
Load Diff
30
source/crafty/js/crafty.js
Normal file
30
source/crafty/js/crafty.js
Normal file
@ -0,0 +1,30 @@
|
||||
$(document).ready(function(){
|
||||
|
||||
/* Testimonials Slider */
|
||||
$('#tslider').carouFredSel({
|
||||
circular : true,
|
||||
infinite: false,
|
||||
responsive : true,
|
||||
scroll : {
|
||||
items : 1,
|
||||
fx : "fade"
|
||||
},
|
||||
pagination: {
|
||||
container: "#t_navigation",
|
||||
anchorBuilder: function(nr){
|
||||
return '<a href="#'+nr+'"></a>';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
/* hide-show mobile menu */
|
||||
$("#menu_icon").click(function(){
|
||||
$("#nav_menu").toggleClass("show_menu");
|
||||
return false;
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
4
source/crafty/js/jquery.js
vendored
Normal file
4
source/crafty/js/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user