显示:
var ul = document.getElementById("opinionSelect");
ul.style.display = 'block';
隐藏:$("#opinionSelect").fadeOut("fast");