我在我的应用程序中使用 struts2-jquery-plugin-3.2.1。我正在使用链接,现在我想更改所选链接的颜色。请分享您的想法。先感谢您。
<s:url id="ajax" action="OpenCustomAddedRoutines1" escapeAmp="false">
<s:param name="rid" value="routineId"></s:param>
<s:param name="DayCount" value="dayCount"></s:param>
</s:url>
<sj:a href="%{ajax}" button="true" targets="buttonDiv"></sj:a>