2013-06-22 2 views

답변

1
Galleria.ready(function(){ 
    this.$('thumb-nav-right , thumb-nav-left').mouseenter(function(){ 
     this.click(); 
    }); 
}); 
관련 문제