fadeIn called in callback of fadeOut blinking or occurring twice on certain items?
问题 I am using a select form element to show different days for a schedule. For some reason, the third and fourth days are blinking when chosen and I'm not sure why. And if the third or fourth days are selected, it causes other days to blink when chosen. Example available here: http://jsfiddle.net/waffl/WBHQc/1/ HTML: <select id="date-select" name="date"> <option value="day1" selected="selected">Thursday</option> <option value="day2">Friday</option> <option value="day3">Saturday</option> <option