select2下拉菜单中的淡入/淡出效果

时间:2014-08-12 06:48:17

标签: jquery jquery-plugins jquery-select2

我正在使用select2 jQuery,我希望fadeIn和fadeOut效果点击select2打开和关闭,或任何其他动画?

1 个答案:

答案 0 :(得分:0)

对于流畅的动画,我更改了jQuery文件

this.dropdown.show();替换为this.dropdown.slideDown("slow");

this.dropdown.hide();this.dropdown.slideUp("slow");

参考link