Unable to change footer button theme

Unable to change footer button theme

I am trying to change the footer button theme in the page show method with the below code but it is not working.Default theme is applied instead of below theme can you please suggest alternative for this.

 $('#ftrDetails').attr('data-theme', 'c')

 footer button code
<a href="DayDetails.aspx" id="ftrDetails" data-role="button" >Day</a>