Since this is a mobile website, I have included the following script and css in the head section of my _LayoutMobile.cshtml
http://code.jquery.com/mobile/1.0a3/...e-1.0a3.min.js
http://code.jquery.com/mobile/1.0a3/...-1.0a3.min.css
These includes format the website into an almost "App" like feel. However, if I remove these two form my _LayoutMobile.cshtml, my views update no problem. However, these removes all the formating and special scripts that really make the site.
Has anyone else run into a problem similar to this? I am going to dive into the jQuery and see if I can figure out whats going on, if I do, I will post the answer
Leon