put id's on the days of the month eg id="day1"
then you could do
$("day"+dayVar"").addClass("activeclass");
Nic Hubbard wrote:
I have a var that gets set with the current day, so, today would be 22. Then, I have a select menu with all the days of the month. How could I set the selected item in the select menu to the current day that is in my var?

