asp.net mvc 3 - MVC ActionResult to force JQuery Mobile to refresh the page? -


i have mvc3 project using jquery mobile , have slight issue when return action result view, jquery mobile not reloading page , therefore <script> tags within <head> not being loaded?

i had same issue when redirecting page in jquery mobile , fix adding rel="external" tag.

is there anyway can force page reloaded within action result?

thanks, mike

try in action result..

window.location = 'your full path'; 

Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -