所属分类: 网页特效-动画效果 2023-10-13 01:19:19
$(function() { // jQuery plugin init $('#J_PluginWrap').bubble({ interval: 0.6, offset: [10, 60], direction: 'left', autoStop: 10 }); });