First Commit
This commit is contained in:
21
web/html/theme/AT_WEB01/js/site.js
Normal file
21
web/html/theme/AT_WEB01/js/site.js
Normal 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();
|
||||
}
|
||||
Reference in New Issue
Block a user