ASP.NET MVC2 App Losing jquery ui button theme on Ajax call
- by user331136
I'm writing an ASP.NET MVC2 application that uses a jquery theme.  I have a partial view that is updated with an Ajax call.  When the partial view is re-rendered the buttons lose their jquery theme.  I tried having the "onComplete" function restyle them, but no luck.