I am using struts2-jquery-plugin-3.2.1 in my application.And i am using links ,now i want to change the color of selected link.Please share your ideas. Thank you in advance.
<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>