custom select css with jquery

需求描述:html select 无法通过css去改变它的样式,于是通过自定义html与js去模拟实现。

思路:HTML原始select标签通过jquery利用ul>li>a去模拟,借助ul>li>a的样式去美化select