First Commit

This commit is contained in:
2026-05-27 11:46:44 +09:00
commit b898b57d38
2351 changed files with 198344 additions and 0 deletions

View File

@ -0,0 +1,21 @@
$( document ).ready( function() {
wow = new WOW({
animateClass: 'animated',
offset: 100,
callback: function(box) {
}
});
wow.init();
});
//$(window).load(function(){
// var a=$("#bo_gall .gall_img img").outerHeight();
// $("#bo_gall .gall_img span").css("line-height",a+'px');
//});
window.onload = function(){$(window).resize();
var a=$("#bo_gall .gall_img img").outerHeight();
$("#bo_gall .gall_img span").css("line-height",a+'px');
$(window).resize();
}