Stylish Select examples
Project home page
The plugin can be used to replace any select with the following:
$(document).ready(function(){
$('#my-dropdown').sSelect();
});
Simplest example, option selected by default
Try using the alphabetical keys to navigate the list.
Grouped options example
Windows XP style
Intelligent positioning example
代码整理:
代码库
转载请注明出处,本代码仅供学习交流,不可用于任何商业用途!