ASP.NET MVC2 App Losing jquery ui button theme on Ajax call

Posted by user331136 on Stack Overflow See other posts from Stack Overflow or by user331136
Published on 2010-05-03T05:02:47Z Indexed on 2010/05/03 5:08 UTC
Read the original article Hit count: 389

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about jq