加载完成后触发click
$(function() {
$("#colors a:first").trigger("click");});
<div id="colors" class="pre spec">
<c:forEach items="${colors}" var="color">
<a onclick="colorToRed(this,${color.id})" href="javascript:void(0)" title="西瓜红" class="changToWhite"><img width="25" height="25" data-img="1" src="/res/img/pic/ppp00.jpg" alt="西瓜红 "><i>${color.name}</i></a>
/c:forEach>
</div>